bash instead

This commit is contained in:
2023-03-09 20:12:21 -05:00
parent f15a70ad04
commit 6196f3b3eb

View File

@@ -117,7 +117,7 @@
(system == "x86_64-linux" ) {
runCommandHook = {
newalan = pkgs.writeScript "run-me" ''
#!${pkgs.runtimeShell}
#!${pkgs.bash}
export bd=$(mktemp -d)
cd $bd