From 3cf83fb118f8fa717017e6d23613b1fab0bc678b Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 3 Oct 2025 12:27:40 -0500 Subject: [PATCH] justfile | remove call to nixfmt --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 53fabac..4c7126e 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,6 @@ nixcmd := "nix --extra-experimental-features flakes --extra-experimental-feature # Do as test build without installing test hostname=(HOSTNAME): - @nixfmt . &> nixos-switch.log || ( cat nixos-switch.log && false ) @rm -f nixos-switch.log @colmena --impure build --on {{hostname}}