forked from lix-project/lix
Samuel Dionne-Riel
9478f88681
The test fakes the interpreter only to verify the arguments it would be given.
8 lines
183 B
Ruby
8 lines
183 B
Ruby
#! @ENV_PROG@ nix-shell
|
|
#! 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.")
|