feat: prepare for non-flakes entrypoint #22
1 changed files with 8 additions and 0 deletions
|
@ -174,6 +174,14 @@ in
|
||||||
'';
|
'';
|
||||||
example = [ "lix" ];
|
example = [ "lix" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
projects = lib.mkOption {
|
||||||
|
type = lib.types.listOf lib.types.str;
|
||||||
|
description = ''
|
||||||
|
List of projects which are to check on Gerrit.
|
||||||
|
'';
|
||||||
|
example = [ "lix" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
binaryCache = {
|
binaryCache = {
|
||||||
|
|
Loading…
Reference in a new issue