nix: Add hashbang for scripts.
Compare changes
+ 9
− 0
@@ -25,10 +25,16 @@ with nixpkgs; rec {
@@ -82,6 +88,9 @@ with nixpkgs; rec {
[[
isn't actually available in the system's default shell.
Fixes error: [[: not found
.
Also adds default bash safeguards.