flake: change channel to small. update.

This commit is contained in:
2026-04-04 22:34:20 +02:00
parent d3776db311
commit 05ca36c4fa
4 changed files with 17 additions and 16 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.11"
"--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-25.11-small"
"--override-input" "nixpkgs-unstable" "github:nixos/nixpkgs/nixos-unstable"
"--no-write-lock-file"
];