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 --- users/Profpatsch/alacritty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/Profpatsch/alacritty.nix b/users/Profpatsch/alacritty.nix index 2512de3b0966..d2cb8de2fc86 100644 --- a/users/Profpatsch/alacritty.nix +++ b/users/Profpatsch/alacritty.nix @@ -1,7 +1,7 @@ { depot, pkgs, lib, ... }: let - bins = depot.nix.getBins pkgs.alacritty-stable [ "alacritty" ]; + bins = depot.nix.getBins pkgs.alacritty [ "alacritty" ]; config = depot.users.Profpatsch.importDhall.importDhall { -- cgit 1.4.1