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:
parent
6716bf018c
commit
c8ef9fcfa7
2 changed files with 8 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue