summary refs log tree commit diff
path: root/mixins/firefox/minimum/addons-passthru.patch
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-10-20 11:34:30 +0300
committertzlil <tzlils@protonmail.com>2023-10-20 11:34:30 +0300
commit00db7aca343a925220b17223b02dfb79b05f597c (patch)
treec4d578c37aec06001ec52c9494339eb62418bbf4 /mixins/firefox/minimum/addons-passthru.patch
parent313b15f10fee61500de8b8b1333702da8375f6b6 (diff)
stuff
Diffstat (limited to 'mixins/firefox/minimum/addons-passthru.patch')
-rw-r--r--mixins/firefox/minimum/addons-passthru.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/mixins/firefox/minimum/addons-passthru.patch b/mixins/firefox/minimum/addons-passthru.patch
new file mode 100644
index 0000000..6bd149d
--- /dev/null
+++ b/mixins/firefox/minimum/addons-passthru.patch
@@ -0,0 +1,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}"
\ No newline at end of file