1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 09:31:01 +01:00

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]