talosctl: build on x86_64-darwin

This commit is contained in:
zowoq 2022-07-16 10:15:40 +10:00
parent cb766051ee
commit eb4056baf9

View File

@ -35,8 +35,5 @@ buildGoModule rec {
homepage = "https://www.talos.dev/";
license = licenses.mpl20;
maintainers = with maintainers; [ flokli ];
# requires >= 10.14 SDK https://github.com/NixOS/nixpkgs/issues/101229
# Undefined symbols for architecture x86_64: "_SecTrustEvaluateWithError"
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}