freescout: fix passthru tests

This must be a flat attribute set, not a nested one.
This commit is contained in:
Martin Weinelt
2026-06-27 20:51:14 +02:00
parent 530375c0ef
commit 33bd477c5d
+1 -3
View File
@@ -46,9 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.tests = {
inherit (nixosTests) freescout;
};
passthru.tests = lib.attrValues nixosTests.freescout;
# Because freescout is searching for some folders only relative to it's own source location, we need to have the symlinks to the actual locations in here
dontCheckForBrokenSymlinks = true;