Rename string type to str

This commit is contained in:
DashieTM 2024-09-15 22:05:26 +02:00
parent 8ba687edc1
commit f2055e0d10

View file

@ -32,7 +32,7 @@
type = type =
with lib.types; with lib.types;
oneOf [ oneOf [
string str
path path
]; ];
description = "sops secrets path"; description = "sops secrets path";