From c8ef9fcfa758cabb331e5469d45c155f73242174 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 21 Apr 2022 11:33:45 +0200 Subject: 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 --- users/Profpatsch/alacritty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/Profpatsch') diff --git a/users/Profpatsch/alacritty.nix b/users/Profpatsch/alacritty.nix index d2cb8de2fc86..2512de3b0966 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 { -- cgit 1.4.1