From b2d5956424ae347d160647fef8fcc456383408e4 Mon Sep 17 00:00:00 2001 From: xenia Date: Fri, 21 Jun 2024 19:52:23 +0200 Subject: [PATCH] Add git to system packages on mac --- darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin.nix b/darwin.nix index 458a3d4e..388232ab 100644 --- a/darwin.nix +++ b/darwin.nix @@ -93,6 +93,7 @@ environment.systemPackages = with pkgs ; [ binutils coreutils + git home-manager