Rename string type to str
This commit is contained in:
parent
8ba687edc1
commit
f2055e0d10
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue