Merge pull request #99132 from Infinisil/recursive-type-deprecation
Recursive type deprecation
This commit is contained in:
@@ -37,7 +37,7 @@ in
|
||||
enableProfilePath = mkEnableOption "exposing the Disnix profiles in the system's PATH";
|
||||
|
||||
profiles = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
default = [ "default" ];
|
||||
example = [ "default" ];
|
||||
description = "Names of the Disnix profiles to expose in the system's PATH";
|
||||
|
||||
Reference in New Issue
Block a user