diff --git a/README.md b/README.md index 0f94df8..9da411e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ eachSystem allSystems (system: { hello = 42; }) } ``` -### `mkApp { drv, name ? drv.pname or drv.name, execPath ? drv.passthru.execPath or "/bin/${name}"` +### `mkApp { drv, name ? drv.pname or drv.name, exePath ? drv.passthru.exePath or "/bin/${name}"` A small utility that builds the structure expected by the special `apps` and `defaultApp` prefixes.