cleanup stack.nix
This commit is contained in:
parent
fda3a000f9
commit
b9d76def10
@ -9,8 +9,8 @@ in pkgs.haskell.lib.buildStackProject {
|
||||
inherit (haskellPackages) stack;
|
||||
name = "stackenv";
|
||||
buildInputs = (with pkgs;
|
||||
[ postgresql zlib libsodium gmp llvm_9
|
||||
[ # postgresql zlib libsodium gmp llvm_9
|
||||
]) ++ (with haskellPackages;
|
||||
[ yesod-bin happy alex
|
||||
[ # yesod-bin happy alex
|
||||
]);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user