From 7406e959548bb03e750cd802f06814c062e2a2db Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 4 May 2022 17:54:33 +0200 Subject: fix(users/Profpatsch/alacritty): remove stable alacritty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: sterni Tested-by: BuildkiteCI --- third_party/nixpkgs/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'third_party') 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" -- cgit 1.4.1