tdarr{,-node,-server}: add nixosTest to passthru.tests
This commit is contained in:
@@ -18,6 +18,7 @@ symlinkJoin {
|
||||
passthru = {
|
||||
server = tdarr-server;
|
||||
node = tdarr-node;
|
||||
tests = tdarr-server.tests or { } // tdarr-node.tests or { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
perl,
|
||||
apprise,
|
||||
openssl,
|
||||
nixosTests,
|
||||
}:
|
||||
{
|
||||
pname,
|
||||
@@ -199,6 +200,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
command = [ ./update-hashes.sh ];
|
||||
supportedFeatures = [ "commit" ];
|
||||
};
|
||||
tests.nixos = nixosTests.tdarr;
|
||||
}
|
||||
// passthru;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user