tests: add required file

This commit is contained in:
Tom Bereknyei 2023-11-27 10:27:07 -05:00
parent ba56f8b953
commit 1169b75e34

4
tests/shell.shebang.expr Executable file
View File

@ -0,0 +1,4 @@
#! @ENV_PROG@ nix-shell
#! nix-shell -E "with (import ./shell.nix {}); runCommand \"hi\" {buildInputs = [ruby];} \"\""
#! nix-shell --pure -i ruby
puts ARGV[1]