tests.haskell*: move into tests.haskell set
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.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ lib, callPackage }:
|
||||
|
||||
lib.recurseIntoAttrs {
|
||||
shellFor = callPackage ./shellFor { };
|
||||
documentationTarball = callPackage ./documentationTarball { };
|
||||
}
|
||||
Reference in New Issue
Block a user