Skip to content

Commit 0e90256

Browse files
committed
nim_lk: mark darwin as a badPlatform due to unfixable darwin file access issues
Ref: #308593
1 parent 2dd9790 commit 0e90256

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/by-name/ni/nim_lk/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ buildNimSbom (finalAttrs: {
4444
mainProgram = "nim_lk";
4545
license = lib.licenses.bsd3;
4646
platforms = lib.platforms.unix;
47+
badPlatforms = lib.platforms.darwin; # Unfixable issue, darwin locks file access, see #308593 for more info.
4748
};
4849
}) ./sbom.json

0 commit comments

Comments
 (0)