task | typos
This commit is contained in:
parent
5049a626b7
commit
38ccfbec51
1 changed files with 3 additions and 3 deletions
6
justfile
6
justfile
|
|
@ -1,15 +1,15 @@
|
||||||
HOSTNAME := `hostname -s`
|
HOSTNAME := `hostname -s`
|
||||||
|
|
||||||
# Do as test build without installing
|
# Do as test build without installing
|
||||||
test:
|
test hostname=(HOSTNAME):
|
||||||
@alejandra . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
@alejandra . &> 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}}
|
||||||
|
|
||||||
# Apply config on hostname
|
# Apply config on hostname
|
||||||
switch hostname=(HOSTNAME):
|
switch hostname=(HOSTNAME):
|
||||||
@colmena --impure exec --on {{hostname}} "locate home-manager-backup | sort -u | xargs rm -f"
|
@colmena --impure exec --on {{hostname}} "locate home-manager-backup | sort -u | xargs rm -f"
|
||||||
@colmena --impure apply --on {{HOSTNAME}}
|
@colmena --impure apply --on {{hostname}}
|
||||||
|
|
||||||
# Build and install the world!
|
# Build and install the world!
|
||||||
world:
|
world:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue