update unstable channel on updates

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-05 14:10:26 +01:00
parent 87ae75e814
commit 61c6a2d5ed

View file

@ -12,7 +12,10 @@ with lib.plusultra;
enable = true; enable = true;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = false;
flags = [ "--update-input" "nixpkgs" ]; flags = [
"--update-input" "nixpkgs"
"--update-input" "unstable"
];
flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1"; flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1";
}; };