diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-08-23 21:25:19 -0500 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-08-23 21:31:00 -0500 |
| commit | a18332828abca22f10c8e0f817941bfc4c808993 (patch) | |
| tree | 09f168bd1c3a6f71fbb9e7d7bbb77e617078521e /build.zig.zon.nix | |
| parent | 7622d2662d81a3af9e7a85b5f4e649cba0932618 (diff) | |
nix: update zon2nix
- Builds with Zig 0.15 now (but still works just fine with Zig
0.14 projects).
- Fixes a double-free if nix-prefetch-git can't be found or errors out
- Adds support for generating Flatpak package metadata natively.
Diffstat (limited to 'build.zig.zon.nix')
| -rw-r--r-- | build.zig.zon.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix index 6450b8df9..d3b41b58a 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -49,6 +49,7 @@ inherit name rev hash; url = url_without_query; deepClone = false; + fetchSubmodules = false; }; fetchZigArtifact = { |
