Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-01 | docs: drop shell prompt character for consistency | Sagar Patel | |
In addition to consistency, the fancy "Copy to clipboard" button on the website will copy the prompt character. Retaining the prompt character would mean having to edit each command after pasting in the terminal. | |||
2022-10-28 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
2022-10-26 | Merge pull request #7191 from jherland/antiquoted-paths | Théophane Hufschmitt | |
Explain how Nix handles antiquotation of paths | |||
2022-10-22 | Fixup merge typo | Guillaume Maudoux | |
2022-10-20 | manual: update options generation code to use default values | Patrick Jackson | |
2022-10-19 | Explain how Nix handles antiquotation of paths | Johan 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-16 | Merge remote-tracking branch 'origin/master' into coerce-string | Guillaume Maudoux | |
2022-10-07 | Print common flags in --help | Ana Hobden | |
2022-10-05 | Merge pull request #6652 from abathur/doc_install_tests | Valentin Gagarin | |
2022-10-05 | Apply suggestions from code review | Travis A. Everett | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-10-05 | Merge pull request #6870 from ↵ | Valentin Gagarin | |
amjoseph-nixpkgs/pr/doc/explain-local-remote-binary-substituter | |||
2022-10-03 | Merge pull request #6969 from fricklerhandwerk/refactor-generate-manpage | Théophane Hufschmitt | |
refactor rendering command documentation to markdown | |||
2022-09-30 | bring back lost newline | Valentin Gagarin | |
2022-09-30 | use more self-explanatory names | Valentin Gagarin | |
2022-09-30 | move final template to the top | Valentin Gagarin | |
this allows readers to enter the code starting with what is visible from the outside, instead of working themselves up from purely technical details. | |||
2022-09-30 | remove superfluous let-in pair | Valentin Gagarin | |
2022-09-30 | refactor showOptions | Valentin Gagarin | |
it was quite a pain to manipulate strings just with `builtins` | |||
2022-09-30 | refactor rendering command documentation to markdown | Valentin Gagarin | |
idea: - make document structure visible, like in a template - order functions by descending abstraction - avoid nested let bindings | |||
2022-09-30 | use indented strings where appropriate | Valentin Gagarin | |
2022-09-28 | nix-copy-closure: improve wording | Solene Rapenne | |
2022-09-24 | Merge pull request #7082 from rapenne-s/ccache | Théophane Hufschmitt | |
add ccacheStdenv | |||
2022-09-23 | add ccacheStdenv | Solène Rapenne | |
when using ccache, rebuild time has been measured 89% faster while not slowing the speed of cold builds | |||
2022-09-18 | address review feedback | Travis 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-17 | Apply suggestions from code review | Travis A. Everett | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-09-16 | release-notes/rl-next.md: note new argument to fetchurl.nix | Adam Joseph | |
2022-09-16 | Update doc/manual/src/contributing/hacking.md | Valentin Gagarin | |
2022-09-16 | Update doc/manual/src/contributing/hacking.md | Valentin Gagarin | |
2022-09-16 | Update doc/manual/src/contributing/hacking.md | Valentin Gagarin | |
2022-09-16 | Update doc/manual/src/contributing/hacking.md | Valentin Gagarin | |
2022-09-09 | Merge pull request #6934 from fricklerhandwerk/revert-architecture | Valentin Gagarin | |
Revert #6420 "Document what Nix *is*" so we can start over with smaller change sets | |||
2022-09-09 | more precise variable types | Valentin Gagarin | |
2022-09-08 | optimize performance | Valentin 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-07 | WIP: broken merge but need a git checkpoint | Guillaume Maudoux | |
2022-09-06 | generalize anchor redirects | Valentin 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-01 | glossary: add entry for `chroot store` (used 11 times in nix) | Adam Joseph | |
2022-09-01 | #binary-cache -> #gloss-binary-cache | Adam Joseph | |
2022-09-01 | move substituter signature-checking conditions to configuration file ↵ | Adam Joseph | |
documentation | |||
2022-09-01 | glossary: remove extraneous comma | Adam Joseph | |
2022-09-01 | glossary: outputHash, not __outputHash | Adam Joseph | |
2022-09-01 | glossary: fix broken link | Adam Joseph | |
2022-09-01 | input-addressed store object: include FODOs | Adam Joseph | |
2022-09-01 | implement https://github.com/NixOS/nix/pull/6870#pullrequestreview-1093700220 | Adam Joseph | |
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 | |