dotnet: set sourceProvenance on binary runtime/sdk

This commit is contained in:
David McFarland
2024-09-24 20:43:24 -03:00
parent 5928601436
commit 4f47ddf1d7
@@ -206,5 +206,9 @@ mkCommon type rec {
];
mainProgram = "dotnet";
platforms = attrNames srcs;
sourceProvenance = with lib.sourceTypes; [
binaryBytecode
binaryNativeCode
];
};
}