From 20649fb3a9861734ff1507144499dff1083f85d1 Mon Sep 17 00:00:00 2001 From: Narice Date: Mon, 24 May 2021 10:28:52 +0200 Subject: [PATCH] Added note about cache in the start index This resolves #292. --- doc/start/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/start/index.md b/doc/start/index.md index 1cc252b..fbfab09 100644 --- a/doc/start/index.md +++ b/doc/start/index.md @@ -31,6 +31,8 @@ In addition, the [binary cache](../integrations/cachix.md) is added for faster d > files before building the system. > - You can choose to simply clone the repo with git if you want to follow > upstream changes. +> - If the `nix-shell -p cachix --run "cachix use nrdxp"` line doesn't work +> you can try with sudo: `sudo nix-shell -p cachix --run "cachix use nrdxp"` ## Next Steps: - [Make installable ISO](./iso.md)