about summary refs log tree commit diff
path: root/pkgs/applications/networking/tetrd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/tetrd/default.nix')
-rw-r--r--pkgs/applications/networking/tetrd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/tetrd/default.nix b/pkgs/applications/networking/tetrd/default.nix
index 937992a63d718..a9ccf1d2774ff 100644
--- a/pkgs/applications/networking/tetrd/default.nix
+++ b/pkgs/applications/networking/tetrd/default.nix
@@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Share your internet connection from your device to your PC and vice versa through a USB cable";
     homepage = "https://tetrd.app";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ Madouura ];