mirror of
https://cgit.krebsco.de/krops
synced 2025-02-17 05:35:11 +01:00
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
|
|
];
|
|
|
|
}
|