traefik: Reenable upstream package checks

Those appear to have been disabled in
c3c876462b with no clear indication of
why.
This commit is contained in:
Tim Schumacher
2026-06-05 18:16:29 +02:00
parent 331800de50
commit 4205569e28
-2
View File
@@ -36,8 +36,6 @@ buildGo125Module (finalAttrs: {
ldflags+=" -X github.com/traefik/traefik/v${lib.versions.major finalAttrs.version}/pkg/version.Codename=$CODENAME"
'';
doCheck = false;
passthru.tests = {
inherit (nixosTests) traefik;
};