about summary refs log tree commit diff
path: root/doc/hooks/zig.section.md
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02zig: 0.11 -> 0.12 (#306077)Felix Uhl1-2/+2
This upgrades the default version of zig to zig_0_12, which builds reproducibly on darwin. Fixes #299091. Also upgrades all packages compatible with zig 0.12 to that version. I tried to upgrade packages currently pinning 0.11 as well, but only a few worked. Co-authored-by: Weijia Wang (wegank) <contact@weijia.wang>
2023-09-10doc/hooks/zig.section.md: rewriteAnderson Torres1-8/+8
- Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information.
2023-09-09doc/hooks/zig.section.md: rewordAnderson Torres1-12/+16
- Refer to stdenv documentation instead of repeating it
2023-08-10treewide: use zig_0_11 instead of zig for zig packagesfigsoda1-2/+2
Zig is still under active development, and new releases often introduce breaking changes. This makes updating the default version of zig easier. Some packages did not receive this change because they could be using the c compiler or linker of zig, which doesn't receive as much breaking changes compared to e.g. the zig std library. https://github.com/NixOS/nixpkgs/pull/248243#discussion_r1289401340
2023-08-10zig.hook: rename from zigHookfigsoda1-6/+6
This makes using specific versions of zig easier (without overrides)
2023-08-01doc/hooks/index.md: add zig.section.mdAnderson Torres1-0/+59
A somewhat short documentation about zigHook.