diff --git a/Makefile b/Makefile index bc21835..9c5642b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ push: submodules-push git push --tags rebuild-switch: - nixos-rebuild switch + nixos-rebuild switch --fallback store-repair: nix-store --verify --check-contents --repair @@ -44,5 +44,5 @@ tag: submodules-tag git tag -f "$$(date +%F)-$$(hostname -s)" upgrade: - nixos-rebuild switch --upgrade + nixos-rebuild switch --upgrade --fallback