README: typo execPath -> exePath (#8)

This commit is contained in:
Tobias Bora
2020-09-16 00:45:23 +02:00
committed by GitHub
parent a586a6b966
commit 3cd06d3c1d

View File

@@ -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.