about summary refs log tree commit diff
path: root/overlays/patches/firefox/packages.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-12-22 03:45:51 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-06 12:14:52 +0000
commit924fb02f430cd9dd25a0a2ac53ed59b3b59be466 (patch)
tree6db3ac29c684961699554e1659d4e18fbc153101 /overlays/patches/firefox/packages.nix
parent1366e9aa27f16c563347a38f0e6759c573c1ef5f (diff)
downloadnixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.tar
nixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.tar.gz
nixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.tar.bz2
nixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.tar.lz
nixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.tar.xz
nixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.tar.zst
nixlib-924fb02f430cd9dd25a0a2ac53ed59b3b59be466.zip
patches/firefox: remove nightly
There's no super nightly package to override, so this declared a
package that didn't evaluate.
Diffstat (limited to 'overlays/patches/firefox/packages.nix')
-rw-r--r--overlays/patches/firefox/packages.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/overlays/patches/firefox/packages.nix b/overlays/patches/firefox/packages.nix
index 17e3b2f97592..b97f745daade 100644
--- a/overlays/patches/firefox/packages.nix
+++ b/overlays/patches/firefox/packages.nix
@@ -24,10 +24,4 @@ firefoxPackages // {
   }).overrideAttrs ({ patches ? [], ... }: {
     patches = patches ++ [ beta/D6695.diff ];
   });
-
-  firefox-nightly = (firefox-nightly.override {
-    inherit (llvmPackages) stdenv;
-  }).overrideAttrs ({ patches ? [], ... }: {
-    patches = patches ++ [ nightly/D6695.diff ];
-  });
 }