Fix wrong path in emergency script shebang
This commit is contained in:
parent
de1bb3ef21
commit
f206bf92a4
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell ./devshells/bootstrap/shell.nix
|
#!nix-shell ../devshells/bootstrap/shell.nix
|
||||||
#!nix shell disko
|
#!nix shell disko
|
||||||
#!nix-shell -i bash
|
#!nix-shell -i bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue