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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.