update unstable channel on updates
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
87ae75e814
commit
61c6a2d5ed
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue