nixfmt
Removed redundant line in secret handling.
This commit is contained in:
parent
b452edc74c
commit
fdfbe65c37
1 changed files with 1 additions and 3 deletions
|
|
@ -59,9 +59,7 @@ let
|
||||||
}:
|
}:
|
||||||
if isNull transform then x: x else transform;
|
if isNull transform then x: x else transform;
|
||||||
in
|
in
|
||||||
lib.attrsets.nameValuePair (secretName secret.name) (
|
lib.attrsets.nameValuePair (secretName secret.name) ((t secret) "$(cat ${toString secret.source})");
|
||||||
(t secret) "$(cat ${toString secret.source})"
|
|
||||||
);
|
|
||||||
|
|
||||||
replaceSecretsScript =
|
replaceSecretsScript =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue