Skip to content

Commit

Permalink
Update maintainer-script-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 18, 2019
1 parent ce6104e commit df06ac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.nix
Expand Up @@ -44,7 +44,9 @@ in rec {
};
};
check-hydra = pkgs.buildPackages.callPackage ./scripts/check-hydra.nix {};
check-closure-size = pkgs.buildPackages.callPackage ./scripts/check-closure-size.nix {};
check-closure-size = pkgs.buildPackages.callPackage ./scripts/check-closure-size.nix {
inherit (haskell) nix-tools;
};
};

# These are pure parts of maintainer-script so they can be built by hydra
Expand Down

0 comments on commit df06ac7

Please sign in to comment.