mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
12 lines
98 B
Nix
12 lines
98 B
Nix
with import ./lib.nix;
|
|
|
|
let {
|
|
|
|
body = concat [
|
|
"foo"
|
|
"bar"
|
|
"bla"
|
|
"test"
|
|
];
|
|
|
|
}
|