Skip to content

Commit afb362a

Browse files
committed
fix: lib.wrap call example
1 parent f6329c9 commit afb362a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The function returns a new package wrapping the given package.
121121
E.g. to wrap `nodejs` with access to current working directory (default) and additional network access, do:
122122

123123
```nix
124-
inputs.wrap.packages.wrap {
124+
inputs.wrap.lib.wrap {
125125
package = pkgs.nodejs;
126126
executable = "node";
127127
wrapArgs = "-n";

0 commit comments

Comments
 (0)