summaryrefslogtreecommitdiff
path: root/parts/lib/default.nix
blob: c499eec6f8d6159033d3d33febc8c361a18e22e2 (plain)
1
2
3
4
5
6
7
8
args: {
  flake.lib = {
    configs = import ./configs.nix args;
    utils = {
      nginx = import ./utils/nginx.nix args;
    };
  };
}