diff options
author | Shea Levy <shea@shealevy.com> | 2018-04-09T14·54-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2018-04-09T14·54-0400 |
commit | 7459388448278914662f796353279e84a49a5c99 (patch) | |
tree | 02157687950eefe6caa19922e9cb54b582563aef /tests/shell.shebang.rb | |
parent | fd98fca7bbcea393957e63f25e36d82ada43e255 (diff) | |
parent | a4c9b2595e6e22250e4e744a35fff3c7f9cd85d9 (diff) |
Merge branch 'fix/ruby-shebang' of git://github.com/samueldr/nix
Diffstat (limited to 'tests/shell.shebang.rb')
-rw-r--r-- | tests/shell.shebang.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell.shebang.rb b/tests/shell.shebang.rb new file mode 100644 index 000000000000..ea67eb09c1c6 --- /dev/null +++ b/tests/shell.shebang.rb @@ -0,0 +1,7 @@ +#! @SHELL_PROG@ +#! ruby +#! nix-shell -I nixpkgs=shell.nix --no-substitute +#! nix-shell --pure -p ruby -i ruby + +# Contents doesn't matter. +abort("This shouldn't be executed.") |