Skip to content
Snippets Groups Projects
Commit 37cbfd7f authored by Ben Gamari's avatar Ben Gamari 🐢
Browse files

ci: Respect gitignore

parent aea92517
No related merge requests found
run
dist
dist-newstyle
......@@ -23,7 +23,9 @@ let
in haskellPackages.callCabal2nix "hackage-overlay-repo-tool" src {};
head-hackage-ci =
haskellPackages.callCabal2nix "head-hackage-ci" ./. {};
let
src = nixpkgs.nix-gitignore.gitignoreSource [] ./.;
in haskellPackages.callCabal2nix "head-hackage-ci" src {};
buildDepsFragment =
let
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment