mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
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"];
|
|
|
|
} |