This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 08:16:15 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e1b6b3ce27
nix-super
/
tests
/
functional
/
lang
/
parse-okay-inherits.exp
2 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
group inherit by source during Expr::show for plain inherits this is really just a stylistic choice, but for inherit-from it actually fixes an exponential size increase problem during expr printing (as may happen during assertion failure reporting, on during duplicate attr detection in the parser)
2024-01-27 17:33:34 +02:00
(let b = 2; c = { }; in { inherit b; inherit (c) d e; a = 1; f = 3; })
Reference in a new issue
Copy permalink