Revert "flake: tailscale overlay to bypass failing tests"
This reverts commit f5f69c5baf.
This commit is contained in:
parent
7bc6694a5a
commit
172c52ba84
1 changed files with 0 additions and 12 deletions
12
flake.nix
12
flake.nix
|
|
@ -102,18 +102,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
tailscale = super.tailscale.overrideAttrs (old: {
|
|
||||||
checkFlags =
|
|
||||||
builtins.map (
|
|
||||||
flag:
|
|
||||||
if super.lib.hasPrefix "-skip=" flag
|
|
||||||
then flag + "|^TestGetList$|^TestIgnoreLocallyBoundPorts$|^TestPoller$"
|
|
||||||
else flag
|
|
||||||
)
|
|
||||||
old.checkFlags;
|
|
||||||
});
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
agenix.overlays.default
|
agenix.overlays.default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue