fix(tailscale): Disable tailscale checks to allow build on darwin
This commit is contained in:
parent
74dcb8fed0
commit
80c63d155d
1 changed files with 1 additions and 6 deletions
|
@ -19,12 +19,7 @@ in
|
||||||
{
|
{
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.tailscale.overrideAttrs {
|
package = pkgs.tailscale.overrideAttrs { doCheck = false; };
|
||||||
checkFlags = [
|
|
||||||
"-skip"
|
|
||||||
"TestProtocolQEMU|TestProtocolUnixDgram"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue