Use nix unstable
This commit is contained in:
parent
ce7862ddfb
commit
09633548f6
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ in
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.unstable;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "hourly";
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
packages = [
|
||||
pkgs.agenix
|
||||
# Use nixos-rebuild from flake, since it might be patched
|
||||
pkgs.nixos-rebuild
|
||||
(pkgs.nixos-rebuild.override { nix = pkgs.nixVersions.unstable; })
|
||||
pkgs.nixpkgs-fmt
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue