Use an older version of nix for a bit
This commit is contained in:
parent
14ad00e480
commit
5923886184
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ in
|
|||
dates = "hourly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
package = pkgs.nixStable;
|
||||
package = pkgs.nixVersions.nix_2_14;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
|
|
|
@ -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.nix_2_14; })
|
||||
pkgs.nixpkgs-fmt
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue