Justfile: fix typo
This commit is contained in:
parent
c9e0c5c8d1
commit
08a2798496
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -26,7 +26,7 @@ rebuild-remote-device dir target rebuildarg="dry-activate" :
|
||||||
set -ex
|
set -ex
|
||||||
just -v _rebuild-device {{dir}} {{rebuildarg}} --argstr moreargs "'--target-host\ {{target}}'"
|
just -v _rebuild-device {{dir}} {{rebuildarg}} --argstr moreargs "'--target-host\ {{target}}'"
|
||||||
|
|
||||||
# Rebulid this device's NixOS
|
# Rebuild this device's NixOS
|
||||||
rebuild-this-device rebuildarg="dry-activate":
|
rebuild-this-device rebuildarg="dry-activate":
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue