summary refs log tree commit diff
path: root/mixins/firefox/minimum
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/firefox/minimum')
-rw-r--r--mixins/firefox/minimum/addons-passthru.patch2
-rw-r--r--mixins/firefox/minimum/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/mixins/firefox/minimum/addons-passthru.patch b/mixins/firefox/minimum/addons-passthru.patch
index 6bd149d..07e789d 100644
--- a/mixins/firefox/minimum/addons-passthru.patch
+++ b/mixins/firefox/minimum/addons-passthru.patch
@@ -13,4 +13,4 @@ index 3098b10..806d05c 100644
 +      };
  
        buildCommand = ''
-         dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
\ No newline at end of file
+         dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
diff --git a/mixins/firefox/minimum/default.nix b/mixins/firefox/minimum/default.nix
index 8ecf48a..e495ce2 100644
--- a/mixins/firefox/minimum/default.nix
+++ b/mixins/firefox/minimum/default.nix
@@ -13,7 +13,7 @@ in
     home-manager.users.tzlil = let
       firefox-addons = pkgs.callPackage (pkgs.applyPatches {
         src = inputs.firefox-addons;
-        patches = [./addons-passthru.patch];
+        #patches = [./addons-passthru.patch];
         name = "firefox-addons-patched";
       }) {};
       mozlz4 = n: x: