Skip to content

Instantly share code, notes, and snippets.

@samvher
Created May 25, 2017 16:23
Show Gist options
  • Save samvher/3d0dd22f7088efbaee7973717f53e99f to your computer and use it in GitHub Desktop.
Save samvher/3d0dd22f7088efbaee7973717f53e99f to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "env";
env = buildEnv { name = name; paths = buildInputs; };
buildInputs = [
ghc
llvm_4
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment