From 3ac452df5b865a65e69e05bf08fbf2a265e9ac7c Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Thu, 28 Mar 2024 14:08:26 -0700 Subject: [PATCH] remove only link from header to maintain compatibility with new header anchor --- src/pages/get-started/install-advanced.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/get-started/install-advanced.md b/src/pages/get-started/install-advanced.md index 41336639b..97bea8ecc 100644 --- a/src/pages/get-started/install-advanced.md +++ b/src/pages/get-started/install-advanced.md @@ -15,7 +15,9 @@ If you use the scaffolding to generate the project structure, this will already If you want to learn more about how this setup works and how to create it manually and how to maintain it, please find all the information below. -### Holonix's usage of [Nix's Flakes](https://nixos.wiki/wiki/Flakes) features +### Holonix's usage of Nix's Flakes features + +[Flakes](https://nixos.wiki/wiki/Flakes) is an experimental but well-supported feature of the Nix package manager that makes it easier to manage dependencies consistently. As of [holochain#1863](https://github.com/holochain/holochain/pull/1863) Holonix is implemented as Holochain's [flake.nix](https://github.com/holochain/holochain/blob/develop/flake.nix) output named _#holonix_ a.k.a. _devShells.${system}.holonix_.