diff --git a/justfile b/justfile index 2585971..3243fda 100644 --- a/justfile +++ b/justfile @@ -6,6 +6,9 @@ test: build: sudo nixos-rebuild switch --flake . --impure --fast --log-format multiline +tbuild: + sudo nixos-rebuild switch --flake . --impure --fast --log-format multiline-with-logs --show-trace + update: nix flake update --commit-lock-file --log-format multiline