justfile | remove call to nixfmt

This commit is contained in:
Don Harper 2025-10-03 12:27:40 -05:00
parent 61f4fb61a2
commit 3cf83fb118

View file

@ -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}}