Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created May 18, 2017 18:00
Show Gist options
  • Save LnL7/888c907211e060100cc8bb8733c0f261 to your computer and use it in GitHub Desktop.
Save LnL7/888c907211e060100cc8bb8733c0f261 to your computer and use it in GitHub Desktop.
nix-shell shebang example
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p hello
exec hello "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment