1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-09 18:41:03 +01:00
nix/doc/manual/source
John Ericson bec3c5cfcd JSON for Hash now has to be Base16
Fix #14532.

As discussed on the call today:

1. We'll stick with `format = "base16"` and `hash = "<hash>"`, not do
   `base16 = "<hash>"`, in order to be forward compatible with
   supporting more versioning formats.

   The motivation we discussed for someday *possibly* doing this is
   making it easier to write very slap-dash lang2nix tools that create
   (not consume) derivations with dynamic derivations.

2. We will remove support for non-base16 (and make that the default, not
   base64) in `Hash`, so this is strictly forward contingency, *not*
   yet something we support. (And also not something we have concrete
   plans to start supporting.)
2025-12-03 16:08:05 -05:00
..
advanced-topics doc: Add eval-profiler documentation and release note 2025-05-21 22:16:31 +00:00
architecture docs: Fix miscellaneous typos and formatting issues 2025-05-13 22:20:11 +00:00
command-ref docs: fixup some rellinks to use ./ prefix for consistency 2025-11-19 15:50:43 +08:00
development Document the JSON Schema testing a bit 2025-11-24 17:03:42 -05:00
figures Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
installation Add ghcr for pre-release 2025-10-28 11:16:37 -07:00
language Fix links in the manual 2025-11-04 00:31:46 +01:00
package-management Fix documentation for GC w.r.t. symlinks 2025-07-10 16:19:43 -04:00
protocols JSON for Hash now has to be Base16 2025-12-03 16:08:05 -05:00
release-notes release-notes/rl-2.26.md: remove hidden Unicode RLO control chars (#14666) 2025-11-30 18:38:18 +08:00
store Move derivation JSON doc to index.md in dir 2025-11-24 15:23:50 -05:00
_redirects Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
c-api.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
favicon.png Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
favicon.svg Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
glossary.md Fix links in the manual 2025-11-04 00:31:46 +01:00
introduction.md docs: don't mention Haskell 2025-04-29 10:58:34 +02:00
meson.build Add JSON Schema infrastructure, use for Derivation 2025-10-16 17:24:18 -04:00
quick-start.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
SUMMARY.md.in JSON impl and Schema for DummyStore 2025-11-24 17:04:24 -05:00