repo-clone/repo.nix

11 lines
129 B
Nix
Raw Normal View History

2024-08-01 06:08:41 +00:00
{ lib, ... }:
let
inherit (lib)
types;
in
types.attrsOf (types.submodule ({ ... }: {
options = { };
config = { };
}))