main
Zynh Ludwig 2024-07-31 23:26:58 -07:00
parent 20589c8c11
commit c08d305925
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in
repos = lib.mkOption {
type = import ./repo.nix { inherit lib; };
description = ''
attribute set of repos to clone
attrs of repos to clone
'';
default = { };
};