diff --git a/README.md b/README.md index 21c9717..2fed876 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ Example of a secret with a name different from its attrpath: Overriding `age.ageBin` example: ```nix -{ +{pkgs, ...}:{ age.ageBin = "${pkgs.age}/bin/age"; } ```