Revert "flake: tailscale overlay to bypass failing tests"

This reverts commit f5f69c5baf.
This commit is contained in:
Antoine Martin 2025-09-16 16:38:07 +02:00
parent 7bc6694a5a
commit 172c52ba84

View file

@ -102,18 +102,6 @@
inherit system;
config.allowUnfree = true;
};
tailscale = super.tailscale.overrideAttrs (old: {
checkFlags =
builtins.map (
flag:
if super.lib.hasPrefix "-skip=" flag
then flag + "|^TestGetList$|^TestIgnoreLocallyBoundPorts$|^TestPoller$"
else flag
)
old.checkFlags;
});
})
agenix.overlays.default