Merge pull request 'sops/compat: fix name reference' (#1170) from docs into main

This commit is contained in:
clan-bot
2024-04-12 11:29:32 +00:00

View File

@@ -90,7 +90,7 @@
description = ''
name of the secret
'';
default = secret.name;
default = secret.config._module.args.name;
};
path = lib.mkOption {
type = lib.types.path;