mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
![pennae](/assets/img/avatar_default.png)
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)
1 line
71 B
Text
1 line
71 B
Text
(let b = 2; c = { }; in { inherit b; inherit (c) d e; a = 1; f = 3; })
|