Skip to content

Commit

Permalink
Fix typo in API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooey authored and jlesquembre committed Oct 9, 2024
1 parent acbbf07 commit 04bc3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default are mandatory, extra attributes are passed to **mkDerivation**):
[build.clj](https://github.com/jlesquembre/clj-nix/blob/main/src/cljnix/build.clj).
If you provide your own build command, you can define the path to the final
uberjar with the `jarPath` environment variable (e.g.:
`export jarPaht=$BUILD_DIR/my_uber.jar`). If `jarPath` is undefined, `clj-nix`
`export jarPath=$BUILD_DIR/my_uber.jar`). If `jarPath` is undefined, `clj-nix`
will try to find a jar file in a directory called `target`.

- **lockfile**: The lock file. (Default: `${projectSrc}/deps-lock.json`)
Expand Down

0 comments on commit 04bc3d6

Please sign in to comment.