Add git to dev prep service path

This commit is contained in:
Timothy J. Aveni
2026-06-27 20:02:18 -07:00
parent 93e614e5a0
commit e0ada58416
+1
View File
@@ -908,6 +908,7 @@ in
requires = [ sourceCheckoutService ];
path = [
pkgs.coreutils
pkgs.git
pkgs.nodejs_24
pkgs.yarn-berry_4
];