solutions/A Tour of Nix/14.nix

4 lines
27 B
Nix
Raw Normal View History

2024-04-16 19:13:00 -04:00
rec {
x = "a";
y = x;
}