aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-09-16Update doc/manual/src/contributing/hacking.mdValentin Gagarin
2022-09-16Update doc/manual/src/contributing/hacking.mdValentin Gagarin
2022-09-16Update doc/manual/src/contributing/hacking.mdValentin Gagarin
2022-09-16Update doc/manual/src/contributing/hacking.mdValentin Gagarin
2022-09-09Merge pull request #6934 from fricklerhandwerk/revert-architectureValentin Gagarin
Revert #6420 "Document what Nix *is*" so we can start over with smaller change sets
2022-09-09more precise variable typesValentin Gagarin
2022-09-08optimize performanceValentin Gagarin
remove loops and function calls, modify arrays in place this makes the whole thing harder to read, and probably only marginally faster.
2022-09-06generalize anchor redirectsValentin Gagarin
renaming section headers and changing manually set `id`s will break URLs in the wild. this change allows keeping track of all changes to ensure backwards compatibility.
2022-09-01glossary: add entry for `chroot store` (used 11 times in nix)Adam Joseph
2022-09-01#binary-cache -> #gloss-binary-cacheAdam Joseph
2022-09-01move substituter signature-checking conditions to configuration file ↵Adam Joseph
documentation
2022-09-01glossary: remove extraneous commaAdam Joseph
2022-09-01glossary: outputHash, not __outputHashAdam Joseph
2022-09-01glossary: fix broken linkAdam Joseph
2022-09-01input-addressed store object: include FODOsAdam Joseph
2022-09-01implement https://github.com/NixOS/nix/pull/6870#pullrequestreview-1093700220Adam Joseph
2022-09-01__outputHash: add linkAdam Joseph
2022-09-01fix link to language/advanced-attributes.md#adv-attr-contentAddressedAdam Joseph
2022-09-01glossary: resolve FIXME in #gloss-fixed-output-derivationAdam Joseph
2022-09-01doc/manual: un-inline definitions from `substitute`Adam Joseph
2022-09-01glossary: substituter: merge output-addressed casesAdam Joseph
2022-09-01Update doc/manual/src/glossary.mdAdam Joseph
Co-authored-by: John Ericson <git@JohnEricson.me>
2022-09-01Update doc/manual/src/glossary.mdAdam Joseph
Co-authored-by: John Ericson <git@JohnEricson.me>
2022-09-01glossary: local store: clarifyAdam Joseph
2022-08-31do not use unwarranted pkgs in exampleValentin Gagarin
2022-08-29Merge pull request #6968 from fricklerhandwerk/man-no-weblinksEelco Dolstra
do not render relative links in help pages
2022-08-26do not render relative links in help pagesValentin 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-24Branch 2.11 release notesEelco Dolstra
2022-08-24Merge pull request #6612 from NixOS/parallel-nix-copyEelco Dolstra
Make nix copy parallel again
2022-08-22Merge remote-tracking branch 'origin/master' into parallel-nix-copyEelco Dolstra
2022-08-22Revert "Merge pull request #6420 from nix-community/doc-what-is-nix"Valentin Gagarin
This reverts commit 81e101345fda2a8651c470f08b364a1ca6fa37cf, reversing changes made to 7d1280bbaf7f4cd142c2259dec620c42bf6f96fd.
2022-08-15reword description of language propertiesValentin 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-15reword introduction to overviewValentin Gagarin
2022-08-15fix whitespace to please markdownValentin Gagarin
keep some indentation to ease source readability
2022-08-15add more examples on string interpolationValentin Gagarin
2022-08-15add more list examplesValentin Gagarin
2022-08-15add curried functionValentin Gagarin
2022-08-15add second @ pattern exampleValentin Gagarin
2022-08-15add nullValentin Gagarin
2022-08-15add home pathValentin Gagarin
2022-08-15add search pathValentin Gagarin
2022-08-15add absolute pathValentin Gagarin
2022-08-15add floating point numberValentin Gagarin
2022-08-15add multi-line stringValentin Gagarin
2022-08-15flarify relative path semanticsValentin Gagarin
2022-08-15make hash and version distinguishable as placeholderValentin Gagarin
2022-08-15remove stale section linkValentin Gagarin
2022-08-15add syntax overview from NixOS manualValentin 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-12Merge pull request #6882 from DeterminateSystems/allow-multi-user-as-rootEelco Dolstra
Allow installing multi-user as root on macOS and Linux
2022-08-10Don't prompt about using sudo if we're already rootGraham Christensen