1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00
nix/tests/functional/lang/parse-okay-inherits.exp
2024-02-12 13:32:33 +01:00

1 line
77 B
Text

(let c = { }; b = 2; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })