+6
-1
lib/types.nix
+6
-1
lib/types.nix
···-string = throw "The type `types.string` is deprecated. See https://github.com/NixOS/nixpkgs/pull/66346 for better alternative types.";+# We use a lib.warn because `deprecationMessage` doesn't trigger in nested types such as `attrsOf string`+"The type `types.string` is deprecated. See https://github.com/NixOS/nixpkgs/pull/66346 for better alternative types."passwdEntry = entryType: addCheck entryType (str: !(hasInfix ":" str || hasInfix "\n" str)) // {