From 4b374eda5b62d840a9b9e8a030b3696892e9b97f Mon Sep 17 00:00:00 2001 From: Drewbadour <4530595+Drewbadour@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:00:31 -0500 Subject: [PATCH] Add git to the nix config --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 6e3f7c65..73d380a4 100644 --- a/default.nix +++ b/default.nix @@ -3,6 +3,7 @@ pkgs.mkShell { nativeBuildInputs = with pkgs; [ + git, nodejs ]; }