Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | Make refernces sneak preview more concise | John Ericson | |
2022-08-04 | Improve store objects session more | John Ericson | |
2022-08-04 | Include abstract syntax based on the thesis for FSOs | John Ericson | |
See https://edolstra.github.io/pubs/phd-thesis.pdf, page 91. | |||
2022-08-04 | store objects, better opining sentances | John Ericson | |
2022-08-04 | Improve store path section | John Ericson | |
2022-08-04 | Relocability -> relocation in store object title | John Ericson | |
2022-08-04 | Improve store object section | John Ericson | |
In particular, Nix is *not* like Git, so that needs to be fixed. | |||
2022-08-04 | doc: File system data -> file system object, to match Nix | John Ericson | |
2022-08-04 | Rename files after store entry -> store object rename | John Ericson | |
2022-08-04 | doc: Store entry -> store object | John Ericson | |
This matches the terminology in Eelco's thesis. | |||
2022-08-04 | Update doc/manual/src/design/store/drvs/drvs.md | John Ericson | |
Co-authored-by: Matthieu Coudron <teto@users.noreply.github.com> | |||
2022-08-04 | Update doc/manual/src/design/overview.md | John Ericson | |
Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de> | |||
2022-08-04 | Update doc/manual/src/design/overview.md | John Ericson | |
Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de> | |||
2022-08-04 | Update doc/manual/src/design/overview.md | John Ericson | |
Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de> | |||
2022-08-04 | Fix stub file's name | John Ericson | |
2022-08-04 | Start on the derivations section | John Ericson | |
2022-08-04 | Move the bits on relocating store entires to the end | John Ericson | |
They are too advanced for up front. | |||
2022-08-04 | Apply suggestions from code review | John Ericson | |
2022-08-04 | Flesh out TOC | John Ericson | |
2022-08-04 | Briefly describe the digest of a store path | John Ericson | |
2022-08-04 | WIP: Document the design of Nix | John Ericson | |
The current docs are all "how to do things" and no "what is Nix" or "why are things the way they are". I see lots of misconception on the wider internet, and I also think we would benefit from a "living document" to answer some questions people currently turn to the thesis for. I think a new section of the manual can address all these issues. | |||
2022-08-03 | Merge pull request #6846 from fricklerhandwerk/values | Théophane Hufschmitt | |
manual: use subheadings for primitive types | |||
2022-08-03 | Fix the html id of the list headers | Théophane Hufschmitt | |
2022-08-03 | encode primitive as list with anchors | Valentin Gagarin | |
to make it consistent with builtins and configuration options | |||
2022-08-01 | doc/distributed-builds: don't use deprecated alias | K900 | |
`nix ping-store` -> `nix store ping`. | |||
2022-07-28 | manual: use singular in body, too | Valentin Gagarin | |
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> | |||
2022-07-28 | manual: values -> data types | Valentin Gagarin | |
2022-07-28 | manual: use singular for headings | Valentin Gagarin | |
2022-07-28 | manual: simple values -> primitives | Valentin Gagarin | |
"simple" is a loaded term | |||
2022-07-28 | manual: use subheadings for primitive types | Valentin Gagarin | |
this gives us HTML anchors for each of them | |||
2022-07-28 | manual: set -> attribute set | Valentin Gagarin | |
reword description to have shorter sentences. | |||
2022-07-28 | manual: fix section title in table of contents | Valentin Gagarin | |
2022-07-11 | Branch 2.10 release notes | Eelco Dolstra | |
2022-07-11 | Merge pull request #6777 from laalsaas/master | Eelco Dolstra | |
Fix logical and typographical errors in nix-env man page | |||
2022-07-11 | Update release notes | Eelco Dolstra | |
2022-07-10 | Fix logical and typographical errors in nix-env man page | laalsaas | |
2022-07-06 | Add a release notes entry for #4914 | Théophane Hufschmitt | |
cc @gytis-ivaskevicius | |||
2022-06-15 | Merge branch 'master' into nix-repl-flakes | Tom Bereknyei | |
2022-06-15 | Apply suggestions from code review | tomberek | |
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-06-14 | Add disambiguation to man page | Hugo Osvaldo Barrera | |
This should help future lost newcomers like myself understand where to find the docs for both of these commands and how they differ. | |||
2022-06-02 | Merge branch 'master' into nix-repl-flakes | Tom Bereknyei | |
2022-06-01 | Merge branch 'master' into lto | Théophane Hufschmitt | |
2022-05-31 | Typo | Eelco Dolstra | |
2022-05-30 | Branch 2.9 release notes | Eelco Dolstra | |
2022-05-30 | Respect the outputSpecified attribute | Eelco Dolstra | |
E.g. 'nix build nixpkgs#libxml2.dev' will build the 'dev' output. | |||
2022-05-27 | Merge branch 'doc-redirects' of https://github.com/jtojnar/nix | Eelco Dolstra | |
2022-05-26 | doc: Add redirects for the DocBook manual | Jan Tojnar | |
There are still many links to the old manual on the web and having them end up on the Introduction page is a bad user experience. | |||
2022-05-26 | doc: Manually insert some anchors | Jan Tojnar | |
2022-05-26 | doc: Add anchors to long lists | Jan Tojnar | |
Added using the following sed scripts: - For command-ref/opt-common.md: s~- `(--?)([^`]+)`~- [`\1\2`]{#opt-\2}~g - For expressions/builtin-constants.md: s~- `(builtins\.?)([^`]+)`~- [`\1\2`]{#builtins-\2}~g - For expressions/advanced-attributes.md s~^ - `([^`]+)`~ - [`\1`]{#adv-attr-\1}~g and manually adjusted outputHashAlgo & outputHashMode. - For glossary.md s~^ - (`([^`]+)`|(.+)) ?\\~ - [\1]{#gloss-\2\3}\\~g; s~(gloss-\w+) ~\1-~g and manually adjusted anchors for Nix expression, user environment, NAR, ∅ and ε. - For command-ref/env-common.md s~^ - `([^`]+)`~ - [`\1`]{#env-\1}~g' | |||
2022-05-26 | doc: Port anchors preprocessor to jq script | Jan Tojnar | |
Python is only pulled into the build closure by Mercurial, which might end up being removed. Let’s port the script to jq, which is more likely to stay. |