fix(users/Profpatsch/alacritty): remove stable alacritty

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
This commit is contained in:
Profpatsch 2022-05-04 17:54:33 +02:00
parent fbbee5584b
commit 7406e95954
2 changed files with 1 additions and 5 deletions

View file

@ -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 {