summary refs log tree commit diff
path: root/mixins/firefox/minimum/addons-passthru.patch
blob: 6bd149dbd887bf1504cbff68805d8cc18e200123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/default.nix b/default.nix
index 3098b10..806d05c 100644
--- a/default.nix
+++ b/default.nix
@@ -14,6 +14,11 @@ let
 
       preferLocalBuild = true;
       allowSubstitutes = true;
+      passthru = {
+       inherit addonId;
+       inherit pname;
+       inherit version;
+      };
 
       buildCommand = ''
         dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"