summary refs log tree commit diff
path: root/pkgs/applications/misc/1password/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/1password/default.nix')
-rw-r--r--pkgs/applications/misc/1password/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/1password/default.nix b/pkgs/applications/misc/1password/default.nix
index 6231e62bc2d..afc8d114f00 100644
--- a/pkgs/applications/misc/1password/default.nix
+++ b/pkgs/applications/misc/1password/default.nix
@@ -67,6 +67,7 @@ stdenv.mkDerivation {
     homepage = "https://developer.1password.com/docs/cli/";
     downloadPage = "https://app-updates.agilebits.com/product_history/CLI2";
     maintainers = with maintainers; [ joelburget marsam ];
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     inherit mainProgram platforms;
   };