#!/bin/bash doesn't work on NixOS since bash is in the nix store somewhere, #!/usr/bin/env bash resolves the correct location regardless of where bash is
Are there any distos with /usr/bin/env in a different spot? I still believe that's the best approach for getting bash.
#!/bin/bash
doesn't work on NixOS since bash is in the nix store somewhere,#!/usr/bin/env bash
resolves the correct location regardless of where bash isAre there any distos with
/usr/bin/env
in a different spot? I still believe that's the best approach for getting bash.My own. I use arch btw