Flake: update lock file, switch stable to 25.11

This commit is contained in:
Toast 2025-12-05 15:39:47 +01:00
parent ed8a6297b7
commit 8331e8c875
2 changed files with 52 additions and 52 deletions

View file

@ -6,7 +6,7 @@
url = "git+ssh://forgejo@git.toast003.xyz:4222/Toast/nix-secrets";
flake = false;
};
nixpkgs-raw.url = "nixpkgs/nixos-25.05";
nixpkgs-raw.url = "nixpkgs/nixos-25.11";
nixpkgs-unstable-raw.url = "nixpkgs/nixos-unstable";
agenix = {
@ -18,7 +18,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs-raw";
};