about summary refs log tree commit diff
path: root/users/Profpatsch
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 /users/Profpatsch
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 'users/Profpatsch')
-rw-r--r--users/Profpatsch/alacritty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/alacritty.nix b/users/Profpatsch/alacritty.nix
index 2512de3b09..d2cb8de2fc 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 {