mirror of
https://github.com/izzy2lost/nix.git
synced 2026-03-10 12:35:57 -07:00
13 lines
98 B
Nix
13 lines
98 B
Nix
with import ./lib.nix;
|
|
|
|
let {
|
|
|
|
body = concat [
|
|
"foo"
|
|
"bar"
|
|
"bla"
|
|
"test"
|
|
];
|
|
|
|
}
|