about summary refs log tree commit diff
path: root/third_party/nixpkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nixpkgs/default.nix')
-rw-r--r--third_party/nixpkgs/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index 0f388df694..23f09ff5f7 100644
--- a/third_party/nixpkgs/default.nix
+++ b/third_party/nixpkgs/default.nix
@@ -27,10 +27,6 @@ let
   # Use `stableNixpkgs` from above.
   stableOverlay = _unstableSelf: _unstableSuper: {
 
-    # alacritty on unstable fails because it can’t find the libGLX.
-    # This is too hard to debug right now, let’s hope somebody else solves it for us.
-    alacritty-stable = stableNixpkgs.alacritty;
-
     # emacs27 is gone from unstable, but people should upgrade at
     # their own pace.
     emacs27 = builtins.trace "emacs27 is deprecated, please migrate to emacs28"