Use nix unstable

This commit is contained in:
Charlotte Van Petegem 2023-06-28 14:30:33 +02:00
parent ce7862ddfb
commit 09633548f6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ in
};
nix = {
package = pkgs.nixVersions.unstable;
gc = {
automatic = true;
dates = "hourly";

View file

@ -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
];
}