mirror of
https://github.com/NixOS/nix.git
synced 2025-02-23 20:32:38 +00:00
7 lines
81 B
Nix
7 lines
81 B
Nix
with import ./lib.nix;
|
|
|
|
let {
|
|
|
|
body = concat ["foo" "bar" "bla" "test"];
|
|
|
|
} |