add shebang to recipe
This commit is contained in:
parent
8a604d7547
commit
78150c1678
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -12,6 +12,7 @@ build *args: check-git
|
|||
|
||||
[linux]
|
||||
switch *args: check-git
|
||||
#!/usr/bin/env sh
|
||||
if [[ "$(hostname)" == "nix-on-droid" ]]; then
|
||||
nix-on-droid switch --flake .
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue