about summary refs log tree commit diff
path: root/users/Profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-04-21T09·33+0200
committerProfpatsch <mail@profpatsch.de>2022-04-21T10·19+0000
commitc8ef9fcfa758cabb331e5469d45c155f73242174 (patch)
tree625654c8c852af62618fdb1a643083f42eb4d8e6 /users/Profpatsch
parent6716bf018c465f4b943eef0e6716caa7a54940da (diff)
fix(users/Profpatsch/alacritty): use alacritty from stable r/3983
Change-Id: I8a3f22dd752b5cd70518424335de876210e9bcd4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5487
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
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 d2cb8de2fc..2512de3b09 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 [ "alacritty" ];
+  bins = depot.nix.getBins pkgs.alacritty-stable [ "alacritty" ];
 
   config =
     depot.users.Profpatsch.importDhall.importDhall {