summary refs log tree commit diff
path: root/mixins/firefox/addons-passthru.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/firefox/addons-passthru.patch')
-rw-r--r--mixins/firefox/addons-passthru.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/mixins/firefox/addons-passthru.patch b/mixins/firefox/addons-passthru.patch
deleted file mode 100644
index 6bd149d..0000000
--- a/mixins/firefox/addons-passthru.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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