This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-22 06:42:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c08fba533
nix
/
tests
/
functional
/
lang
/
parse-okay-inherits.exp
2 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2024-01-27 15:33:34 +00:00
(let b = 2; c = { }; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })
Reference in New Issue
Copy Permalink