Skip to content

Instantly share code, notes, and snippets.

@lheckemann
Created December 18, 2018 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lheckemann/b67d699f3c0442ec6b1e3dfb042eac8b to your computer and use it in GitHub Desktop.
Save lheckemann/b67d699f3c0442ec6b1e3dfb042eac8b to your computer and use it in GitHub Desktop.
#!/usr/bin/env nix-shell
#! nix-shell -i bash -E "with import <nixpkgs> {}; mkShell {buildInputs = [pkgconfig]; shellHook = ''echo hello'';}"
echo world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment