take .gitignore into account

This commit is contained in:
nek0 2020-01-05 02:37:44 +01:00
parent 9ece773de8
commit 18775515d8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
, haskellCompiler ? "ghc865"
}:
pkgs.haskell-nix.cabalProject {
src = pkgs.haskell-nix.haskellLib.cleanGit { src = ./.; };
src = pkgs.haskell-nix.haskellLib.cleanGit { src = pkgs.nix-gitignore.gitignoreSource [] ./.; };
ghc = pkgs.buildPackages.pkgs.haskell-nix.compiler.${haskellCompiler};
# pkg-def-extras = [
# # Additional packages ontop of all those listed in `cabal.project`