From c71e8c0aaae704e2e157f5bb9f84b314dfe304b2 Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 3 Aug 2023 00:50:55 +0300 Subject: retarded crap --- mixins/firefox/addons-passthru.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mixins/firefox/addons-passthru.patch (limited to 'mixins/firefox/addons-passthru.patch') diff --git a/mixins/firefox/addons-passthru.patch b/mixins/firefox/addons-passthru.patch new file mode 100644 index 0000000..6bd149d --- /dev/null +++ b/mixins/firefox/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 -- cgit 1.4.1