flutter: set sourceProvenance

This commit is contained in:
linsui
2025-09-06 22:44:56 +08:00
parent 5b786a4e70
commit aea5e85af8
@@ -198,6 +198,9 @@ let
'';
homepage = "https://flutter.dev";
license = lib.licenses.bsd3;
sourceProvenance =
with lib.sourceTypes;
if useNixpkgsEngine then [ fromSource ] else [ binaryNativeCode ];
platforms = [
"x86_64-linux"
"aarch64-linux"