blob: ea3953ae21ba067243cca34905c8e9e0bc4debeb (
plain) (
blame)
1
2
3
4
5
6
7
|
#! @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.")
|