gitsign: build on x86_64-darwin
This commit is contained in:
parent
c1d1aebda4
commit
99da6a84e3
1 changed files with 0 additions and 3 deletions
|
@ -20,8 +20,5 @@ buildGoModule rec {
|
|||
description = "Keyless Git signing using Sigstore";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ lesuisse ];
|
||||
# Need updated macOS SDK
|
||||
# https://github.com/NixOS/nixpkgs/issues/101229
|
||||
broken = (stdenv.isDarwin && stdenv.isx86_64);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue