lix/src
eldritch horrors bf19eebb9b use the same bindings print for ExprAttrs and ExprLet
this also has the effect of sorting let bindings lexicographically
rather than by symbol creation order as was previously done, giving a
better canonicalization in the process.

(cherry picked from commit 6c08fba533)
Change-Id: Ia887f629305645bb8a165fbbc0d32e620912595a
2024-03-10 03:18:32 -06:00
..
build-remote Merge pull request #9925 from 9999years/fmt-cleanup 2024-03-09 07:00:13 -07:00
libcmd Rename ProcessLineResult variants 2024-03-09 10:17:26 -07:00
libexpr use the same bindings print for ExprAttrs and ExprLet 2024-03-10 03:18:32 -06:00
libfetchers Merge pull request #9324 from 9999years/fix-8854-take-2 2024-03-07 14:50:43 +01:00
libmain :quit in the debugger should quit the whole program 2024-03-09 10:17:26 -07:00
libstore Merge pull request #9925 from 9999years/fmt-cleanup 2024-03-09 07:00:13 -07:00
libutil Merge pull request #10066 from 9999years/print-all-frames 2024-03-09 10:17:26 -07:00
nix Merge pull request #9925 from 9999years/fmt-cleanup 2024-03-09 07:00:13 -07:00
nix-build Merge pull request #9582 from pennae/misc-opts 2024-03-04 07:32:31 +01:00
nix-channel Merge pull request #10054 from syvb/channel-unpack-count 2024-03-04 09:25:17 +01:00
nix-collect-garbage Clean up a few things related to profiles (#8526) 2023-06-19 04:04:59 +00:00
nix-copy-closure Merge pull request #9277 from keszybz/file-permissions 2024-03-04 05:26:17 +01:00
nix-env Unify and refactor value printing 2024-03-09 03:50:06 +01:00
nix-instantiate Unify and refactor value printing 2024-03-09 03:50:06 +01:00
nix-store libexpr: Support structured error classes 2024-03-09 04:47:05 -07:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11