fix(users/Profpatsch/alacritty): use alacritty from stable

Change-Id: I8a3f22dd752b5cd70518424335de876210e9bcd4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5487
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Profpatsch 2022-04-21 11:33:45 +02:00
parent 6716bf018c
commit c8ef9fcfa7
2 changed files with 8 additions and 3 deletions

View file

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