dotnet: set sourceProvenance on binary runtime/sdk

This commit is contained in:
David McFarland 2024-09-20 22:12:41 -03:00
parent 5928601436
commit 4f47ddf1d7

View File

@ -206,5 +206,9 @@ mkCommon type rec {
];
mainProgram = "dotnet";
platforms = attrNames srcs;
sourceProvenance = with lib.sourceTypes; [
binaryBytecode
binaryNativeCode
];
};
}