diff --git a/Justfile b/Justfile index a6ab3df..37e72a3 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,5 @@ deploy: - git add . && git commit -am "new revision" && nixos-rebuild switch --flake . + nixos-rebuild switch --flake . debug: nixos-rebuild switch --flake . --show-trace --verbose