We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd9790 commit 0e90256Copy full SHA for 0e90256
1 file changed
pkgs/by-name/ni/nim_lk/package.nix
@@ -44,5 +44,6 @@ buildNimSbom (finalAttrs: {
44
mainProgram = "nim_lk";
45
license = lib.licenses.bsd3;
46
platforms = lib.platforms.unix;
47
+ badPlatforms = lib.platforms.darwin; # Unfixable issue, darwin locks file access, see #308593 for more info.
48
};
49
}) ./sbom.json
0 commit comments