flake: update to 25.11. Breaks worf/darwin.

This commit is contained in:
2025-11-30 23:54:27 +01:00
parent 520a96878b
commit 9c0ea93934
9 changed files with 72 additions and 73 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-25.05"
"--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-25.11"
"--override-input" "nixpkgs-unstable" "github:nixos/nixpkgs/nixos-unstable"
"--no-write-lock-file"
];