Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-31 | do not use unwarranted pkgs in example | Valentin Gagarin | |
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-22 | Revert "Merge pull request #6420 from nix-community/doc-what-is-nix" | Valentin Gagarin | |
This reverts commit 81e101345fda2a8651c470f08b364a1ca6fa37cf, reversing changes made to 7d1280bbaf7f4cd142c2259dec620c42bf6f96fd. | |||
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-15 | reword introduction to overview | Valentin Gagarin | |
2022-08-15 | fix whitespace to please markdown | Valentin Gagarin | |
keep some indentation to ease source readability | |||
2022-08-15 | add more examples on string interpolation | Valentin Gagarin | |
2022-08-15 | add more list examples | Valentin Gagarin | |
2022-08-15 | add curried function | Valentin Gagarin | |
2022-08-15 | add second @ pattern example | Valentin Gagarin | |
2022-08-15 | add null | Valentin Gagarin | |
2022-08-15 | add home path | Valentin Gagarin | |
2022-08-15 | add search path | Valentin Gagarin | |
2022-08-15 | add absolute path | Valentin Gagarin | |
2022-08-15 | add floating point number | Valentin Gagarin | |
2022-08-15 | add multi-line string | Valentin Gagarin | |
2022-08-15 | flarify relative path semantics | Valentin Gagarin | |
2022-08-15 | make hash and version distinguishable as placeholder | Valentin Gagarin | |
2022-08-15 | remove stale section link | Valentin Gagarin | |
2022-08-15 | add syntax overview from NixOS manual | Valentin Gagarin | |
taken verbatim to keep track of required corrections. made it an HTML table to more easily change structure and keep diffs minimal. | |||
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-08 | Update doc/manual/src/glossary.md | Adam Joseph | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-08 | Apply suggestions from code review | Travis A. Everett | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-05 | Apply suggestions from code review | Travis A. Everett | |
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-05 | Comment out the architecture section | Eelco Dolstra | |
This needs more review and probably should be a separate book. | |||
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 | 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 | |