patches: handle tailscale not having patches
This commit is contained in:
parent
f9eb755d4f
commit
5d99eef26d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue