diff --git a/pkgs/sops-install-secrets/main.go b/pkgs/sops-install-secrets/main.go index d75c8ad..7765437 100644 --- a/pkgs/sops-install-secrets/main.go +++ b/pkgs/sops-install-secrets/main.go @@ -93,7 +93,7 @@ type secretFile struct { var isDryActivate = os.Getenv("NIXOS_ACTION") == "dry-activate" //nolint:gochecknoglobals -type FormatType string +type FormatType string //nolint:recvcheck const ( Yaml FormatType = "yaml"