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 =
with lib.types;
oneOf [
string
str
path
];
description = "sops secrets path";