From 48a447d7a08d7cdebe7f7ee91696430809a744e9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 20 Feb 2024 05:16:34 +0000 Subject: [PATCH] autoUpgrade don't write lock file --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 18e8dd21..29eb7284 100644 --- a/flake.nix +++ b/flake.nix @@ -139,6 +139,9 @@ flags = [ "--update-input" "nixpkgs" + "--update-input" + "home-manager" + "--no-write-lock-file" "-L" # print build logs ]; dates = "02:00";