diff --git a/common/auto-update.nix b/common/auto-update.nix index f744796..6557bfd 100644 --- a/common/auto-update.nix +++ b/common/auto-update.nix @@ -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 }; }; }