From 9b4b99523252b6c5bc7994dd26fac822a9d753ed Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 25 Feb 2026 19:14:25 +0100 Subject: [PATCH] updates just --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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