Don't use internal for options

This commit is contained in:
SebastianStork 2025-07-01 10:57:09 +02:00
parent 4f5db50ca1
commit 08fc6f4937
2 changed files with 0 additions and 3 deletions

View file

@ -12,7 +12,6 @@ in
list = lib.mkOption {
type = lib.types.listOf lib.types.port;
default = [ ];
internal = true;
};
assertUnique = lib.mkEnableOption "" // {
default = true;