mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
10b771c61a
This will make it easier to add all haskell related tests to the haskell hydra jobset without updating a list of tests in two places.
7 lines
154 B
Nix
7 lines
154 B
Nix
{ lib, callPackage }:
|
|
|
|
lib.recurseIntoAttrs {
|
|
shellFor = callPackage ./shellFor { };
|
|
documentationTarball = callPackage ./documentationTarball { };
|
|
}
|