mirror of
https://cgit.krebsco.de/krops
synced 2024-11-01 00:39:48 +01:00
e89cf20d43
https://cgit.krebsco.de/stockholm 877b4104370c1ea9698a449e376e2842d7c372fd
8 lines
126 B
Nix
8 lines
126 B
Nix
{ lib }@args: let {
|
|
|
|
body = lib.foldl' (res: path: res // import path args) {} [
|
|
./populate.nix
|
|
./posix.nix
|
|
];
|
|
|
|
}
|