add shebang to recipe

This commit is contained in:
Osman Faruk Bayram 2025-02-18 20:50:49 +03:00
parent 8a604d7547
commit 78150c1678

View file

@ -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