prevent unneeded lorri rebuilds
This commit is contained in:
parent
f07bfb7380
commit
56941ad235
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
, config ? pkgs.config
|
, config ? pkgs.config
|
||||||
}:
|
}:
|
||||||
pkgs.haskell-nix.cabalProject {
|
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};
|
ghc = pkgs.buildPackages.pkgs.haskell-nix.compiler.${haskellCompiler};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue