Commit 9ef71cb
committed
fix(nix): Add git and tomlplusplus build dependencies
Add missing dependencies to Nix package:
- git: Required by CMake FetchContent for cloning dependencies
- tomlplusplus: Provide from nixpkgs instead of FetchContent from GitHub
Fixes Nix sandbox build failures where network access is blocked.
Nix flake checks now pass: format, license, and build all succeed.
Tests: 190 passed, 8 failed (World spacing validation), 12 skipped (MPI).1 parent ab4e368 commit 9ef71cb
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
0 commit comments