add sourceProvenance

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
hakan-demirli 2024-04-18 09:46:37 +03:00 committed by GitHub
parent 1bbd8501ee
commit 5e14111810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ stdenv.mkDerivation (
homepage = "https://scalacenter.github.io/scalafix/";
license = licenses.bsd3;
maintainers = [maintainers.tomahna];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
}
)