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 = {
|
nix = {
|
||||||
|
package = pkgs.nixVersions.unstable;
|
||||||
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
|
(pkgs.nixos-rebuild.override { nix = pkgs.nixVersions.unstable; })
|
||||||
pkgs.nixpkgs-fmt
|
pkgs.nixpkgs-fmt
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue