Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | __outputHash: add link | Adam Joseph | |
2022-09-01 | fix link to language/advanced-attributes.md#adv-attr-contentAddressed | Adam Joseph | |
2022-09-01 | glossary: resolve FIXME in #gloss-fixed-output-derivation | Adam Joseph | |
2022-09-01 | doc/manual: un-inline definitions from `substitute` | Adam Joseph | |
2022-09-01 | glossary: substituter: merge output-addressed cases | Adam Joseph | |
2022-09-01 | Update doc/manual/src/glossary.md | Adam Joseph | |
Co-authored-by: John Ericson <git@JohnEricson.me> | |||
2022-09-01 | Update doc/manual/src/glossary.md | Adam Joseph | |
Co-authored-by: John Ericson <git@JohnEricson.me> | |||
2022-09-01 | glossary: local store: clarify | Adam Joseph | |
2022-08-08 | Update doc/manual/src/glossary.md | Adam Joseph | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-05 | move package-management/terminology into glossary.md | Adam Joseph | |
2022-08-05 | gesture at explanation of why binary caches exist | Adam Joseph | |
2022-08-05 | Update doc/manual/src/package-management/terminology.md | Adam Joseph | |
Co-authored-by: Attila Gulyas <toraritte@gmail.com> | |||
2022-08-05 | Update doc/manual/src/package-management/terminology.md | Adam Joseph | |
Co-authored-by: Attila Gulyas <toraritte@gmail.com> | |||
2022-08-05 | derivations do not need to be signed | Adam Joseph | |
2022-08-05 | !implement https://github.com/NixOS/nix/pull/6870#discussion_r938912244 | Adam Joseph | |
2022-08-04 | !fixup: transposed characters | Adam Joseph | |
2022-08-04 | !fixup capitalize Nix | Adam Joseph | |
2022-08-04 | !fixup whitespace | Adam Joseph | |
2022-08-04 | fourth trust condition: FODs | Adam Joseph | |
2022-08-04 | doc/manual: define {local,remote} store, binary cache, substituter | Adam Joseph | |
Nix veterans intuitively know what the following terms mean. They are used in several places in the nix documentation, but never defined: - local store - remote store - binary cache - substituter In particular, I found the last two terms to be confusingly similar. Let's give definitions for them. | |||
2022-08-04 | Merge pull request #6420 from nix-community/doc-what-is-nix | Théophane Hufschmitt | |
Document what Nix *is* | |||
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 | Fix gitignore | 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 | Merge pull request #6805 from jfly/jfly/fix-link-to-hacking-doc | Eelco Dolstra | |
Fix link to hacking doc | |||
2022-08-04 | Merge pull request #6863 from fricklerhandwerk/remove-writing-expressions | Eelco Dolstra | |
manual: remove "Writing Nix Expressions" chapter | |||
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 | Merge pull request #6862 from erikarvstedt/fix-flake-update-doc | Eelco Dolstra | |
docs/flake-update: fix example | |||
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. |