about summary refs log tree commit diff
path: root/pkgs/development/tools/azure-functions-core-tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/azure-functions-core-tools/default.nix')
-rw-r--r--pkgs/development/tools/azure-functions-core-tools/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/tools/azure-functions-core-tools/default.nix b/pkgs/development/tools/azure-functions-core-tools/default.nix
index d201c64f08341..27aa1e2f37144 100644
--- a/pkgs/development/tools/azure-functions-core-tools/default.nix
+++ b/pkgs/development/tools/azure-functions-core-tools/default.nix
@@ -66,6 +66,10 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/Azure/azure-functions-core-tools";
     description = "Command line tools for Azure Functions";
+    sourceProvenance = with sourceTypes; [
+      binaryBytecode
+      binaryNativeCode
+    ];
     license = licenses.mit;
     maintainers = with maintainers; [ jshcmpbll ];
     platforms = platforms.linux;