i am bashing my head agianst a wall

This commit is contained in:
sadan 2024-11-26 17:14:29 -05:00
parent ddd513d16e
commit 9ab85510bf
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ mkScript = { name, version ? "0.0.1", file, env ? [ ] }:
export PATH="$i/bin:$PATH"
done
exec ${bash}/bin/bash ${file} $@
exec ${pkgs.bash}/bin/bash ${file} $@
'';
};
in