1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00
nix/src/libstore/unix
John Ericson 8652b6b417 Store StructuredAttrs directly in Derivation
Instead of parsing a structured attrs at some later point, we parsed it
right away when parsing the A-Term format, and likewise serialize it to
`__json = <JSON dump>` when serializing a derivation to A-Term.

The JSON format can directly contain the JSON structured attrs without
so encoding it, so we just do that.
2025-07-29 17:28:16 -04:00
..
build Store StructuredAttrs directly in Derivation 2025-07-29 17:28:16 -04:00
include/nix/store Store StructuredAttrs directly in Derivation 2025-07-29 17:28:16 -04:00
meson.build Get rid of LocalDerivationGoal 2025-04-20 18:09:41 -04:00
pathlocks.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
user-lock.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00