This commit is contained in:
2025-09-10 12:01:11 +02:00
parent 34c5a4950d
commit 6fe5e87056
9 changed files with 54 additions and 92 deletions

View File

@@ -8,7 +8,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager.url = "github:nix-community/home-manager";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
darwin = {
url = "github:LnL7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
@@ -94,6 +97,18 @@
(final: prev: {
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
})
(_: prev: {
tailscale = prev.tailscale.overrideAttrs (old: {
checkFlags =
builtins.map (
flag:
if prev.lib.hasPrefix "-skip=" flag
then flag + "|^TestGetList$|^TestIgnoreLocallyBoundPorts$|^TestPoller$"
else flag
)
old.checkFlags;
});
})
];
}
./hosts/nixos/${hostname}