nixos/nixos-*: use runtimeShell

Fix shebangs and other shell uses in the NixOS tools, allowing them to work
correctly on cross-compiled systems.
This commit is contained in:
Ben Wolsieffer
2020-08-16 13:08:33 +00:00
committed by Alyssa Ross
parent dda939844a
commit 23b4356a5f
6 changed files with 11 additions and 6 deletions
@@ -1,4 +1,4 @@
#! @shell@
#! @runtimeShell@
case "$1" in
-h|--help)