We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6329c9 commit afb362aCopy full SHA for afb362a
README.md
@@ -121,7 +121,7 @@ The function returns a new package wrapping the given package.
121
E.g. to wrap `nodejs` with access to current working directory (default) and additional network access, do:
122
123
```nix
124
-inputs.wrap.packages.wrap {
+inputs.wrap.lib.wrap {
125
package = pkgs.nodejs;
126
executable = "node";
127
wrapArgs = "-n";
0 commit comments