forked from lix-project/lix
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.")
|