When writing "throwaway" scripts I have been using shebang lines referring to the current-system like this: #!/var/run/current-system/sw/bin/bash I am curious to know how others handle "throwaway" shebangs; is there some idiomatic NixOS way to write them?