summary refs log tree commit diff
path: root/pkgs/tools/networking/boundary/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/boundary/default.nix')
-rw-r--r--pkgs/tools/networking/boundary/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/boundary/default.nix b/pkgs/tools/networking/boundary/default.nix
index 73f9ce69070..f653159c34d 100644
--- a/pkgs/tools/networking/boundary/default.nix
+++ b/pkgs/tools/networking/boundary/default.nix
@@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
       and resilient. It can run in clouds, on-prem, secure enclaves and more,
       and does not require an agent to be installed on every end host.
     '';
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.mpl20;
     maintainers = with maintainers; [ jk techknowlogick ];
   };