Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Merge pull request #6968 from fricklerhandwerk/man-no-weblinks | Eelco Dolstra | |
do not render relative links in help pages | |||
2022-08-26 | do not render relative links in help pages | Valentin Gagarin | |
this simplifies the setup a lot, and avoids weird looking `./file.md` links showing up. it also does not show regular URLs any more. currently the command reference only has few of them, and not showing them in the offline documentation is hopefully not a big deal. instead of building more special-case solutions, clumsily preprocessing the input, or issuing verbal rules on dealing with URLs, should better be solved sustainably by not rendering relative links in `lowdown`: https://github.com/kristapsdz/lowdown/issues/105 | |||
2022-08-24 | Branch 2.11 release notes | Eelco Dolstra | |
2022-08-24 | Merge pull request #6612 from NixOS/parallel-nix-copy | Eelco Dolstra | |
Make nix copy parallel again | |||
2022-08-22 | Merge remote-tracking branch 'origin/master' into parallel-nix-copy | Eelco Dolstra | |
2022-08-15 | reword description of language properties | Valentin Gagarin | |
the list style is supposed to give more structure. each property is explained as concisely as possible while trying not to sound too fancy. | |||
2022-08-12 | Merge pull request #6882 from DeterminateSystems/allow-multi-user-as-root | Eelco Dolstra | |
Allow installing multi-user as root on macOS and Linux | |||
2022-08-10 | Don't prompt about using sudo if we're already root | Graham Christensen | |
2022-08-10 | Strip whitespace in installing-binary.md | Graham Christensen | |
2022-08-05 | Comment out the architecture section | Eelco Dolstra | |
This needs more review and probably should be a separate book. | |||
2022-08-04 | Add disclaimer that arch section is WIP and links may rot | John Ericson | |
So we can iterate without worrying so much. | |||
2022-08-04 | Remove header fragments which is not needd | John Ericson | |
2022-08-04 | Fix rosetta stone file name | John Ericson | |
2022-08-04 | Remove sections within from SUMMARY | John Ericson | |
2022-08-04 | Merge remote-tracking branch 'upstream/master' into doc-what-is-nix | John Ericson | |
2022-08-04 | fix page rendering | Valentin Gagarin | |
apparently it is not possible to link to page anchors with `mdBook`[1] [1]: https://github.com/rust-lang/mdBook/issues/167 | |||
2022-08-04 | Merge pull request #6678 from abathur/update_darwin_uninstall | Domen Kožar | |
doc: update darwin uninstall instructions | |||
2022-08-04 | use correct mdBook syntax for callouts | Valentin Gagarin | |
2022-08-04 | fix directory tree renderings | Valentin Gagarin | |
2022-08-04 | Update doc/manual/src/installation/installing-binary.md | Domen Kožar | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-04 | Update doc/manual/src/installation/installing-binary.md | Domen Kožar | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-04 | clarify what explicitly declaring certain dependencies means | Valentin Gagarin | |
2022-08-04 | move architecture to the end | Valentin Gagarin | |
2022-08-04 | add file system object to table of contents | Valentin Gagarin | |
2022-08-04 | clarify what store objects can be | Valentin Gagarin | |
the store of course makes a distinction, but that is not relevant here | |||
2022-08-04 | add Java example on manual dependency declaration | Valentin Gagarin | |
2022-08-04 | hashes: truncate -> reduce, mention SHA-256 | Valentin Gagarin | |
the longer SHA-256 hashes are not truncated, but in fact processed. Co-authored-by: Thomas <twatson52@mac.com> | |||
2022-08-04 | mention hard links | Valentin Gagarin | |
Co-authored-by: Thomas <twatson52@mac.com> | |||
2022-08-04 | use "build plan" consistently | Valentin Gagarin | |
2022-08-04 | note customized base32 | Valentin Gagarin | |
Nix omits E O U T characters for some reason. | |||
2022-08-04 | use correct Nix entity | Valentin Gagarin | |
Nix itself does care a lot about what type of store object you have. | |||
2022-08-04 | fix typo | Valentin Gagarin | |
Co-authored-by: Thomas <twatson52@mac.com> | |||
2022-08-04 | add subsections to table of contents | Valentin Gagarin | |
2022-08-04 | concept map: align hights | Valentin Gagarin | |
this has the weird but nice emergent property that terms at the same height are roughly at the same level of abstraction. | |||
2022-08-04 | concept map: put closure as it is in the chapter | Valentin Gagarin | |
this is not as compact any more, but it more closely resembles the chapter structure, and clearly shows that the closure property is the key idea on which most of Nix operates. | |||
2022-08-04 | make concept map even more compact | Valentin Gagarin | |
2022-08-04 | make concept map more compact | Valentin Gagarin | |
invert arrows to/from derivation: - we need closures to form derivations - we need derivations to perform builds | |||
2022-08-04 | store: add concept map | Valentin Gagarin | |
this should help nativate the chapter by indicating which terms should be known to understand a given concept. | |||
2022-08-04 | store: match chapter introduction to outline | Valentin Gagarin | |
the various levels of detail should describe the same things. | |||
2022-08-04 | simplify description of diagram | Valentin Gagarin | |
try not to be too fancy, it's just for reading the diagram out loud. | |||
2022-08-04 | reword notes on copying | Valentin Gagarin | |
clarify that we are copying between different stores. we have not introduced that notion or why it would be interesting, but for now it should be fine to keep it in context of the store directory. we could move that later to a more detailed explanation of different store types. | |||
2022-08-04 | make example a simple list | Valentin Gagarin | |
using JSON notation is unwarranted and not explained. | |||
2022-08-04 | paths -> path | Valentin Gagarin | |
use singular for terminology uniformly | |||
2022-08-04 | better explain reference scanning | Valentin Gagarin | |
2022-08-04 | explain store directory | Valentin Gagarin | |
2022-08-04 | add explanation and examples of file system objects | Valentin Gagarin | |
2022-08-04 | remove diagonal from operations diagram | Valentin Gagarin | |
2022-08-04 | remove draft on derivations | Valentin Gagarin | |
2022-08-04 | move first mention of file system object before diagram | Valentin Gagarin | |
2022-08-04 | make clear that file system is for processes | Valentin Gagarin | |
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems> |