diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-08-06 17:07:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 17:07:43 -0700 |
commit | 9113b4252b5cebebb929915dd0f3e230238be1ab (patch) | |
tree | 320d454f740184c83702f2f9571497390e72a171 /doc/manual | |
parent | 635df5ee95b80bf3ddb856997e89d44ef0b7514b (diff) | |
parent | 3fefc2b28494468c7a6078430eaaf8a6c8f17230 (diff) |
Merge pull request #8760 from iFreilicht/fix-json-load-assertion-errors
Fix derivation load assertion errors
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index df30ce83d..526b64fde 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -8,3 +8,5 @@ These functions are useful for converting between flake references encoded as attribute sets and URLs. - [`builtins.toJSON`](@docroot@/language/builtins.md#builtins-parseFlakeRef) now prints [--show-trace](@docroot@/command-ref/conf-file.html#conf-show-trace) items for the path in which it finds an evaluation error. + +- Error messages regarding malformed input to [`derivation add`](@docroot@/command-ref/new-cli/nix3-derivation-add.md) are now clearer and more detailed. |