9 lines
62 B
Nix
9 lines
62 B
Nix
rec {
|
|
|
|
x = 1;
|
|
|
|
as = {
|
|
inherit x;
|
|
inherit x;
|
|
};
|
|
} |