use nom beautify the output of nix flake update
This commit is contained in:
parent
24a2a81998
commit
c996aab2b6
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -8,7 +8,7 @@ switch specialisation=DEFAULT_SPECIALISATION:
|
||||||
nh os switch {{ FLAKE_HOME }} {{ if specialisation == DEFAULT_SPECIALISATION { "-S" } else { "-s " + specialisation } }}
|
nh os switch {{ FLAKE_HOME }} {{ if specialisation == DEFAULT_SPECIALISATION { "-S" } else { "-s " + specialisation } }}
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update | spacer
|
nix flake update --log-format internal-json 2>&1 | nom --json
|
||||||
|
|
||||||
deploy host:
|
deploy host:
|
||||||
deploy {{ FLAKE_HOME }}#{{ host }}
|
deploy {{ FLAKE_HOME }}#{{ host }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue