sourcehut: passthru nixosTests.sourcehut
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
, openssl
|
, openssl
|
||||||
, callPackage
|
, callPackage
|
||||||
, recurseIntoAttrs
|
, recurseIntoAttrs
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
|
# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
|
||||||
@@ -44,4 +45,7 @@ with python.pkgs; recurseIntoAttrs {
|
|||||||
pagessrht = pagessrht;
|
pagessrht = pagessrht;
|
||||||
pastesrht = toPythonApplication pastesrht;
|
pastesrht = toPythonApplication pastesrht;
|
||||||
todosrht = toPythonApplication todosrht;
|
todosrht = toPythonApplication todosrht;
|
||||||
|
passthru.tests = {
|
||||||
|
nixos-sourcehut = nixosTests.sourcehut;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user