diff --git a/Makefile b/Makefile index 9c5642b..ea084b8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ push: submodules-push git push --tags rebuild-switch: - nixos-rebuild switch --fallback + nixos-rebuild switch --fallback --show-trace 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 --fallback + nixos-rebuild switch --upgrade --fallback --show-trace