summaryrefslogtreecommitdiff
path: root/parts/lib/default.nix
blob: bdc485c3545fdb36e59276e10f2b2f77368df1f9 (plain)
1
2
3
4
5
6
{withSystem, ...} @ args: {
  flake.lib = {
    configs = import ./configs.nix args;
    utils = import ./utils.nix ({inherit withSystem;} // args);
  };
}