Skip to content

Instantly share code, notes, and snippets.

@samvher
Created May 25, 2017 16:23
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