1 2 3 4 5 6 7 8
{ lib }@args: let { body = lib.foldl' (res: path: res // import path args) {} [ ./populate.nix ./posix.nix ]; }