Skip to content

Commit

Permalink
update doc link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 26, 2024
1 parent df08605 commit 5616c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ git add output
The default `flake.nix` and `default.nix` files in Glistix projects will **automatically recognize** the newly-created `output` directory as the cached output folder, and `lib.loadGlistixPackage { }` **will use the contents of `output` instead of building your project on import**, which will be much faster for downstream Nix users (with the downside that `output` needs to be **manually updated** independently of your source Gleam code).
- If you want to use a directory other than `output`, or even e.g. GitHub Releases, make sure to change the relevant setting in the `flake.nix` file to point to a different directory (which can also be a derivation exporting the files).
For more information, check the [relevant chapter in the Glistix book.](https://glistix.github.io/book/recipes/import-from-nix.html)
For more information, check the [relevant chapter in the Glistix book.](https://glistix.github.io/book/recipes/import-in-nix.html)
### Ports of several core Gleam packages to the Nix target
Expand Down

0 comments on commit 5616c5b

Please sign in to comment.