diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix index 421ba61..b713e06 100644 --- a/overlays/patches/default.nix +++ b/overlays/patches/default.nix @@ -14,7 +14,7 @@ in }); tailscale-doge = prev.tailscale.overrideAttrs (old: { - patches = old.patches ++ [ ./tailscale-cgnat.patch ]; + patches = (old.patches or [ ]) ++ [ ./tailscale-cgnat.patch ]; doCheck = false; # patch causes some tests to fail });