From 033ea74112bd36657554f91d8524998525801a3e Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 21 Jan 2025 23:43:05 +0100 Subject: [PATCH] use again the full git --- share/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/share/common.nix b/share/common.nix index 8842f21..756f51c 100644 --- a/share/common.nix +++ b/share/common.nix @@ -432,6 +432,7 @@ in programs.git = { enable = true; lfs.enable = true; + package = pkgs.gitFull; prompt.enable = true; };