1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-14 13:01:05 +01:00
nix/doc/manual/source/protocols
John Ericson f9089deb20 Make storeDir a part of UnkeyedValidPathInfo
The previous commit hacked it into the output of `nix path-info --json`,
this cleans that up my making it an actual field of that data type, and
part of the canonical JSON serializers for it (and `ValidPathInfo` and
`NarInfo`).

Beyond cleaning up the JSON code, this also opens the doors to things
like:

- Binary caches that contain store objects that don't all belong in the
  same store directory

- Relocatable store objects which carefully don't mention any store
  directory by absolute path, and instead use relative paths for
  anything. (#9549)
2025-12-03 23:20:06 -05:00
..
json Make storeDir a part of UnkeyedValidPathInfo 2025-12-03 23:20:06 -05:00
nix-archive doc: fix "Nix Archive (NAR) format" specification 2025-11-12 20:16:00 +01:00
derivation-aterm.md Document "hash derivation quotiented", resolution, and build trace 2025-11-03 15:18:18 -05:00
index.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
meson.build Add JSON Schema infrastructure, use for Derivation 2025-10-16 17:24:18 -04:00
store-path.md Improve the documentation of store path 2025-03-19 13:45:10 +08:00
tarball-fetcher.md fix various typos in docs 2025-05-14 21:29:17 +02:00