Skip to content

Commit 002d713

Browse files
committed
fix(build): add curl and git to Nix shell dependencies
These are needed inside the Nix FHS environment for depot_tools bootstrapping (curl) and CMake ExternalProject downloads (git).
1 parent 77ea81b commit 002d713

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ let
2323
nativeBuildInputs =
2424
(with pkgs; [
2525
cmake
26+
curl
27+
git
2628
ninja
2729
nodejs_24
2830
pkg-config

0 commit comments

Comments
 (0)