Use --recreate-lock-file for updating all dependencies

This commit is contained in:
Charlotte Van Petegem 2020-10-20 18:58:10 +02:00
parent f3002e0edd
commit be944d6328
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -11,7 +11,7 @@ then
popd popd
fi fi
nix flake update --update-input nixpkgs --update-input home-manager --update-input flake-utils nix flake update --recreate-lock-file
if [ -z "${OVERRIDE:-}" ] if [ -z "${OVERRIDE:-}" ]
then then