diff --git a/flake.nix b/flake.nix index a7a3d0f..ac084e0 100644 --- a/flake.nix +++ b/flake.nix @@ -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