flake: update to 26.05

This commit is contained in:
2026-05-31 11:04:51 +02:00
parent 7d6ab0d4b6
commit 18baeec24d
3 changed files with 36 additions and 53 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
flags = [
# Override nixpkgs (only). Notably does not include home-manager, sops or other utility/application flake inputs.
"--refresh"
"--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-25.11-small"
"--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-26.05-small"
"--override-input" "nixpkgs-unstable" "github:nixos/nixpkgs/nixos-unstable"
"--no-write-lock-file"
];