nixos/treewide: Remove usages of deprecated types.string

This commit is contained in:
Silvan Mosberger
2021-05-05 03:31:41 +02:00
parent 8b957e3b30
commit 0a377f11a5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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";