7 lines
No EOL
81 B
Nix
7 lines
No EOL
81 B
Nix
with import ./lib.nix;
|
|
|
|
let {
|
|
|
|
body = concat ["foo" "bar" "bla" "test"];
|
|
|
|
} |