nix machine / user configurations
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #297 from Narice/core

Added note about cache in start/index.md docs

authored by

Pacman99 and committed by
GitHub
f88acc16 a81930af

+2
+2
doc/start/index.md
··· 31 31 > files before building the system. 32 32 > - You can choose to simply clone the repo with git if you want to follow 33 33 > upstream changes. 34 + > - If the `nix-shell -p cachix --run "cachix use nrdxp"` line doesn't work 35 + > you can try with sudo: `sudo nix-shell -p cachix --run "cachix use nrdxp"` 34 36 35 37 ## Next Steps: 36 38 - [Make installable ISO](./iso.md)