From 4ac6cc4ab6f91e795249cfe6cb983a44b785a995 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 7 Aug 2024 10:46:56 -0500 Subject: [PATCH] move to unstable lazygit on servers --- nixos/profiles/role-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/role-server.nix b/nixos/profiles/role-server.nix index 18ac29c..4df65bf 100644 --- a/nixos/profiles/role-server.nix +++ b/nixos/profiles/role-server.nix @@ -21,7 +21,7 @@ with lib; }; environment = { - systemPackages = [ pkgs.lazygit ]; + systemPackages = [ pkgs.unstable.lazygit ]; }; documentation = {