From 3cd06d3c1df6879c9e41cb2c33113df10566c760 Mon Sep 17 00:00:00 2001 From: Tobias Bora Date: Wed, 16 Sep 2020 00:45:23 +0200 Subject: [PATCH] README: typo execPath -> exePath (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.