flake: Start switching to NixOS 25.05

This commit is contained in:
Felix Albrigtsen
2025-06-03 12:19:05 +02:00
committed by Felix Albrigtsen
parent 4f99ff9c1e
commit de319def43
4 changed files with 14 additions and 14 deletions

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-24.11"
"--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-25.05"
"--override-input" "nixpkgs-unstable" "github:nixos/nixpkgs/nixos-unstable"
"--no-write-lock-file"
];