prevent unneeded lorri rebuilds

This commit is contained in:
nek0 2019-12-26 09:28:19 +01:00
parent f07bfb7380
commit 56941ad235
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
, config ? pkgs.config
}:
pkgs.haskell-nix.cabalProject {
src = pkgs.haskell-nix.haskellLib.cleanGit { src = ./.; };
#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};
}