Skip to content

Instantly share code, notes, and snippets.

@eqyiel
Last active August 18, 2018 04:33
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 eqyiel/dfbf353ba25f965f9bc0652fe0440085 to your computer and use it in GitHub Desktop.
Save eqyiel/dfbf353ba25f965f9bc0652fe0440085 to your computer and use it in GitHub Desktop.
{ nixpkgs ? <nixpkgs> }:
# note that importing ./nix/node is equivalent to importing ./nix/node/default.nix
with import nixpkgs {}; (import ./nix/node { nodejs = pkgs.nodejs; }).shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment