mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
4 lines
29 B
Nix
4 lines
29 B
Nix
let
|
|
a = { } // a;
|
|
in
|
|
a.foo
|