diff --git a/src/recipes/import-in-nix.md b/src/recipes/import-in-nix.md index a5d4307..2193436 100644 --- a/src/recipes/import-in-nix.md +++ b/src/recipes/import-in-nix.md @@ -10,6 +10,12 @@ This is because both files (with `default.nix` just mirroring `flake.nix`) expor It does that by **invoking the Glistix compiler to build your project from scratch**, and then importing the resulting build folder (moved to somewhere at `/nix/store`). However, since that process depends on the Glistix compiler, **that might trigger a full compilation of Glistix itself, which is slow.** Therefore, **you might want to cache the built Nix files in your repository** to speed up the process - more at the next section. +