Loading
writers: make codesign_allocate available in PATH on aarch64-darwin
codesign_allocate is assumed to be in PATH: https://github.com/NixOS/nixpkgs/issues/154203 https://github.com/NixOS/nixpkgs/issues/148189 Using an absolute reference in post-link-sign-hook would be another possibility, but hasn't been fruitful so far: https://github.com/NixOS/nixpkgs/pull/148282 https://github.com/NixOS/nixpkgs/pull/208120