From 5616c5b1942a8164dcc6e8ebdead988924393877 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:05:26 -0300 Subject: [PATCH] update doc link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ec052d0..4ff8d97f1 100644 --- a/README.md +++ b/README.md @@ -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