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 = {
|
||||
enable = true;
|
||||
package = pkgs.tailscale.overrideAttrs {
|
||||
checkFlags = [
|
||||
"-skip"
|
||||
"TestProtocolQEMU|TestProtocolUnixDgram"
|
||||
];
|
||||
};
|
||||
package = pkgs.tailscale.overrideAttrs { doCheck = false; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue