7 lines
75 B
Nix
7 lines
75 B
Nix
|
let
|
||
|
h = "Hello";
|
||
|
in
|
||
|
{
|
||
|
helloWorld = "${h} World"; # Modify this line
|
||
|
}
|