Upgrade to NixOS-WSL 25.11

This commit is contained in:
Martin Pander
2026-03-11 09:45:47 +01:00
parent 433536db6a
commit 93549cc312
2 changed files with 30 additions and 30 deletions

View File

@@ -7,10 +7,10 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-wsl-stable.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs-wsl-stable.url = "github:nixos/nixpkgs/nixos-25.11";
nixos-wsl = {
url = "github:nix-community/nixos-wsl/release-25.05";
url = "github:nix-community/nixos-wsl/release-25.11";
inputs.nixpkgs.follows = "nixpkgs-wsl-stable";
};
@@ -20,7 +20,7 @@
};
home-manager-wsl = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs-wsl-stable";
};