tour-of-nix/04.nix

7 lines
75 B
Nix

let
h = "Hello";
in
{
helloWorld = "${h} World"; # Modify this line
}