auto updates flake
This commit is contained in:
parent
d55c831e73
commit
b81c4f264c
|
@ -50,6 +50,14 @@ imports =
|
||||||
#nix stuff
|
#nix stuff
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
flake = "git+https://github.com/adrlau/nix-dotfiles.git";
|
||||||
|
flags = [
|
||||||
|
"--update-input" "nixpkgs"
|
||||||
|
"--update-input" "nixpkgs-unstable"
|
||||||
|
"--no-write-lock-file"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue