From 11f86384446c809bb80920c01dd0a35161908e7c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 27 Mar 2025 15:10:47 -0400 Subject: [PATCH] patches/tailscale: disable checks --- overlays/patches/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix index f2bfe40..421ba61 100644 --- a/overlays/patches/default.nix +++ b/overlays/patches/default.nix @@ -13,7 +13,10 @@ in configureFlags = old.configureFlags ++ [ ''gl_cv_host_operating_system=Doge/Linux'' ]; }); - tailscale-doge = addPatches prev.tailscale [ ./tailscale-cgnat.patch ]; + tailscale-doge = prev.tailscale.overrideAttrs (old: { + patches = old.patches ++ [ ./tailscale-cgnat.patch ]; + doCheck = false; # patch causes some tests to fail + }); #fprintd = addPatches prev.fprintd [ # (final.fetchpatch {