Fix auto upgrade

This commit is contained in:
Zuckerberg 2023-04-21 18:58:54 -06:00
parent 03603119e5
commit e72e19b7e8

View File

@ -9,7 +9,7 @@ in
config = lib.mkIf cfg.enable {
system.autoUpgrade = {
flake = "git+https://git.neet.dev/zuckerberg/nix-config.git";
flags = [ "--recreate-lock-file" ]; # ignore lock file, just pull the latest
flags = [ "--recreate-lock-file" "--no-write-lock-file" ]; # ignore lock file, just pull the latest
};
};
}