1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Move the bits on relocating store entires to the end

They are too advanced for up front.
This commit is contained in:
John Ericson 2022-03-21 12:35:01 -04:00 committed by Valentin Gagarin
parent a210504bc7
commit e3a0209a9e
4 changed files with 31 additions and 17 deletions

View file

@ -26,6 +26,7 @@
- [Input-Addressing](design/store/drvs/ia.md)
- [Content-Addressing (Experimental)](design/store/drvs/ca.md)
- [Building](design/store/building.md)
- [Advanced Topic: store dir relocatability](design/store/relocatability.md)
- [Package Management](package-management/package-management.md)
- [Basic Package Management](package-management/basic-package-mgmt.md)
- [Profiles](package-management/profiles.md)