about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-05-04T15·54+0200
committerProfpatsch <mail@profpatsch.de>2022-05-05T15·18+0000
commit7406e959548bb03e750cd802f06814c062e2a2db (patch)
tree0aca45dac71aeb4958dc18281220d6ce62c6819c /third_party
parentfbbee5584b2fcc39c67b8c638cf991720f480235 (diff)
fix(users/Profpatsch/alacritty): remove stable alacritty r/4005
I figured out that the problem came from me installing alacritty in my
home profile, which was out of sync with my system closure’s opengl.

Updating the home profile “fixed” it.

Change-Id: I1e2b3a91da9a3ab8c47182e0e0a8e69b9285c75b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5522
Reviewed-by: Profpatsch <mail@profpatsch.de>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Diffstat (limited to 'third_party')
-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"