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