tdarr{,-node,-server}: add nixosTest to passthru.tests

This commit is contained in:
Peder Bergebakken Sundt
2026-06-30 19:11:32 +02:00
parent 54f172a4d6
commit cb497649af
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ symlinkJoin {
passthru = {
server = tdarr-server;
node = tdarr-node;
tests = tdarr-server.tests or { } // tdarr-node.tests or { };
};
meta = {
+2
View File
@@ -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;