Skip to content

Instantly share code, notes, and snippets.

@joneshf
Last active March 6, 2017 16:03
Show Gist options
  • Save joneshf/7634512dcc40f5b126a3774b55a383e6 to your computer and use it in GitHub Desktop.
Save joneshf/7634512dcc40f5b126a3774b55a383e6 to your computer and use it in GitHub Desktop.
with (import <nixpkgs> {});
haskell.lib.buildStackProject {
inherit ghc;
name = "foo";
buildInputs = [
binutils
postgresql
zlib
];
shellHook = "source ${./postgres.sh}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment