Skip to content

Instantly share code, notes, and snippets.

@ixmatus
Created May 24, 2017 21:24
Show Gist options
  • Save ixmatus/d13bfd65bd6ff98d8a554802b68e6b7e to your computer and use it in GitHub Desktop.
Save ixmatus/d13bfd65bd6ff98d8a554802b68e6b7e to your computer and use it in GitHub Desktop.
{ ghc }:
let
config = import ../config.nix;
pkgs = import <nixpkgs> { inherit config; };
in with pkgs; pkgs.haskell.lib.buildStackProject {
inherit ghc;
name = "hocker-stack-shell";
buildInputs = [
zlib cabal-install
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment