Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-09 | Merge pull request #7324 from CircuitCoder/master | Théophane Hufschmitt | |
Update uninstall guide involving systemd | |||
2022-12-08 | Merge pull request #7379 from fricklerhandwerk/refactor-generate-options | Théophane Hufschmitt | |
refactor rendering documentation of options | |||
2022-12-07 | use HTML anchors for config parameters | Valentin Gagarin | |
this avoids incorrect rendering on the man pages, since `lowdown` neither parses the anchor syntax nor HTML. this should rather be fixed in lowdown, as adding more anchors would otherwise produce ever more noise and error-prone repetition. | |||
2022-12-07 | Merge branch 'master' into remove-repeat | Eelco Dolstra | |
2022-12-07 | Post build hook signing (#7408) | endgame | |
* docs: Use secret-key-files when demonstrating post-build-hooks The docs used to recommend calling `nix store sign` in a post-build hook, but on more recent versions of nix, this results in unsigned store paths being copied into binary caches. See https://github.com/NixOS/nix/issues/6960 for details. Instead, use the `secret-key-files` config option, which signs all locally-built derivations with the private key. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-07 | Remove repeat and enforce-determinism options | Linus Heckemann | |
These only functioned if a very narrow combination of conditions held: - The result path does not yet exist (--check did not result in repeated builds), AND - The result path is not available from any configured substituters, AND - No remote builders that can build the path are available. If any of these do not hold, a derivation would be built 0 or 1 times regardless of the repeat option. Thus, remove it to avoid confusion. | |||
2022-12-06 | Release notes | Eelco Dolstra | |
2022-12-01 | move documentation on `auto-allocate-uids` to options docs | Valentin Gagarin | |
this is where it belongs and can be found together with the other options. | |||
2022-11-28 | Add example | Eelco Dolstra | |
2022-11-28 | Add a setting for enabling cgroups | Eelco Dolstra | |
2022-11-26 | Clarify uninstallation steps on Linux | Liu Xiaoyi | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-11-23 | Include UID in hex | Eelco Dolstra | |
2022-11-23 | Add release notes | Eelco Dolstra | |
2022-11-22 | fix error in language overview | Valentin Gagarin | |
it is not possible to antiquote numbers. | |||
2022-11-21 | Apply suggestions from code review | Liu Xiaoyi | |
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | |||
2022-11-20 | Updated uninstall guide involving systemd | Liu Xiaoyi | |
Co-authored-by: sequencer <liu@jiuyang.me> | |||
2022-11-14 | Add release-notes for the context-restriction in readFile | Théophane Hufschmitt | |
2022-11-11 | Merge pull request #7279 from fricklerhandwerk/uninstall | Théophane Hufschmitt | |
add removing users to uninstall instructions | |||
2022-11-11 | remove stray comma | Valentin Gagarin | |
2022-11-09 | add removing users to uninstall instructions | Valentin Gagarin | |
2022-11-09 | Merge pull request #6906 from fricklerhandwerk/language-overview | Valentin Gagarin | |
add syntax overview from NixOS manual | |||
2022-11-06 | manual: build action -> build task | Valentin 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-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-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-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-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 | |