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

Add draft "Rosetta stone" by @fricklerhandwerk and stub commentary

The idea and most of the execution are @fricklerhandwerk's. I changed a
few things best I could based on @edolstra's corrections, and a Bazel
glossary.

Valentin Gagarin <valentin@fricklerhandwerk.de>
This commit is contained in:
John Ericson 2022-04-22 01:39:30 -04:00 committed by Valentin Gagarin
parent c86c1ec7e3
commit 0737094161
3 changed files with 61 additions and 1 deletions

View file

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