From be944d632841eebe4b51c1ab4b1195e010dd4fa6 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 20 Oct 2020 18:58:10 +0200 Subject: [PATCH] Use --recreate-lock-file for updating all dependencies --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b48a5836..12540720 100755 --- a/update.sh +++ b/update.sh @@ -11,7 +11,7 @@ then popd fi -nix flake update --update-input nixpkgs --update-input home-manager --update-input flake-utils +nix flake update --recreate-lock-file if [ -z "${OVERRIDE:-}" ] then