1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 18:20:48 +00:00

Merge pull request #491 from yonran/387-no-developer-tools-were-found

Fix nix-rebuild --flake without XCode command line tools
This commit is contained in:
Domen Kožar 2022-08-22 09:50:59 +02:00 committed by GitHub
commit 0ea1242721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ with lib;
let
inherit (pkgs) stdenv;
extraPath = lib.makeBinPath [ config.nix.package pkgs.coreutils pkgs.jq ];
extraPath = lib.makeBinPath [ config.nix.package pkgs.coreutils pkgs.jq pkgs.git ];
writeProgram = name: env: src:
pkgs.substituteAll ({