Skip to content

Instantly share code, notes, and snippets.

@adisbladis
Created June 18, 2018 08:14
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 adisbladis/e16c18995d5173c64017d52a7ce83a60 to your computer and use it in GitHub Desktop.
Save adisbladis/e16c18995d5173c64017d52a7ce83a60 to your computer and use it in GitHub Desktop.
Minimal example nix project with direnv
with (import <nixpkgs> {});
mkShell {
buildInputs = [
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment