justfile | remove call to nixfmt
This commit is contained in:
parent
61f4fb61a2
commit
3cf83fb118
1 changed files with 0 additions and 1 deletions
1
justfile
1
justfile
|
|
@ -3,7 +3,6 @@ nixcmd := "nix --extra-experimental-features flakes --extra-experimental-feature
|
||||||
|
|
||||||
# Do as test build without installing
|
# Do as test build without installing
|
||||||
test hostname=(HOSTNAME):
|
test hostname=(HOSTNAME):
|
||||||
@nixfmt . &> nixos-switch.log || ( cat nixos-switch.log && false )
|
|
||||||
@rm -f nixos-switch.log
|
@rm -f nixos-switch.log
|
||||||
@colmena --impure build --on {{hostname}}
|
@colmena --impure build --on {{hostname}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue