aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
AgeCommit message (Collapse)Author
2022-11-26Clarify uninstallation steps on LinuxLiu Xiaoyi
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-11-21Apply suggestions from code reviewLiu Xiaoyi
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-20Updated uninstall guide involving systemdLiu Xiaoyi
Co-authored-by: sequencer <liu@jiuyang.me>
2022-11-14Add release-notes for the context-restriction in readFileThéophane Hufschmitt
2022-11-11Merge pull request #7279 from fricklerhandwerk/uninstallThéophane Hufschmitt
add removing users to uninstall instructions
2022-11-11remove stray commaValentin Gagarin
2022-11-09add removing users to uninstall instructionsValentin Gagarin
2022-11-09Merge pull request #6906 from fricklerhandwerk/language-overviewValentin Gagarin
add syntax overview from NixOS manual
2022-11-06manual: build action -> build taskValentin Gagarin
after discussing this with multiple people, I'm convinced that "build task" is more precise: a derivation is not an action, but inert until it is built. also it's easier to pronounce. proposal: use "build task" for the generic concept "description of how to derive new files from the contents of existing files". then it will be easier to distinguish what we mean by "derivation" (a specific data structure and Nix language value type) and "store derivation" (a serialisation of a derivation into a file in the Nix store).
2022-10-19Explain how Nix handles antiquotation of pathsJohan Herland
Specifically, explain why Nix does not _re_evaluate paths during a `nix repl` session. This is a thing that bit me while playing around with paths and antiquotation in `nix repl` while reading the Nix language tutorial at https://nix.dev/tutorials/nix-language. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-05Merge pull request #6652 from abathur/doc_install_testsValentin Gagarin
2022-10-05Apply suggestions from code reviewTravis A. Everett
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-05Merge pull request #6870 from ↵Valentin Gagarin
amjoseph-nixpkgs/pr/doc/explain-local-remote-binary-substituter
2022-09-28nix-copy-closure: improve wordingSolene Rapenne
2022-09-24Merge pull request #7082 from rapenne-s/ccacheThéophane Hufschmitt
add ccacheStdenv
2022-09-23add ccacheStdenvSolène Rapenne
when using ccache, rebuild time has been measured 89% faster while not slowing the speed of cold builds
2022-09-18address review feedbackTravis A. Everett
Mainly: - Try to triangulate between narrative that framed this as a new/easy process and the need for a reference that will not quickly grow stale. - Fix a ~continuity issue where the text was talking about "your Cachix cache" before saying that you'd need to make a Cachix cache to enable the installer tests. - Adopt suggestion on titling, and nest subtitles in the installer test section.
2022-09-17Apply suggestions from code reviewTravis A. Everett
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-09-16release-notes/rl-next.md: note new argument to fetchurl.nixAdam Joseph
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-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-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