From c8463e695638d854d9d5b1e11367a2030143069e Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 26 Sep 2023 08:19:12 +0000 Subject: [PATCH] git is still needed --- global/software-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index e355f72..a9866d6 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -90,5 +90,6 @@ in nerdctl vim gnumake42 + git ]; }