Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-20 | doc/book.toml: Improve config (#7300) | Robert Hensing | |
* doc/book.toml: Improve config - `title` value will be added to the HTML <title> - here</title> - `git-repository-url` adds a link to the GitHub repo in the top right corner - `edit-url-template` adds an edit link, inviting contributions Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-20 | make relative links explicit | Valentin Gagarin | |
2022-12-13 | Merge pull request #7456 from ncfavier/fix-links | Eelco Dolstra | |
doc: fix links | |||
2022-12-13 | doc: fix links | Naïm Favier | |
2022-12-12 | Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs | John Ericson | |
2022-12-12 | Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs | John Ericson | |
2022-12-12 | Improve release notes | John Ericson | |
2022-12-12 | Add links to the manual | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-12 | Support flake references in the old CLI | Eelco Dolstra | |
Fixes #7026. | |||
2022-12-12 | Merge pull request #7421 from edolstra/lazy-trees-trivial-changes | Eelco Dolstra | |
Trivial changes from the lazy-trees branch | |||
2022-12-12 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
2022-12-12 | Tweak NIX_PATH description | Eelco Dolstra | |
2022-12-12 | Fix indentation | Eelco Dolstra | |
2022-12-12 | Manual improvements | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
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 | do not render links in man pages | Valentin Gagarin | |
this is a follow-up on e7dcacb. most links are relative and this should not be too much of a detriment. | |||
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 | Trivial changes from the lazy-trees branch | 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 | refactor rendering documentation of options | Valentin Gagarin | |
this makes more obvious what the code produces, and the structure of the output easier to change | |||
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-30 | add missing newline, for consistent formatting | Valentin Gagarin | |
2022-11-29 | Merge pull request #7342 from fricklerhandwerk/refactor-generate-builtins | Théophane Hufschmitt | |
refactor rendering documentation of builtins | |||
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-25 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
2022-11-24 | refactor rendering documentation of builtins | Valentin Gagarin | |
as in [1], make the document structure visible, like in a template [1]: 4655563470b59e0ef50a33af003058c2b54db778 | |||
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 | Merge pull request #7006 from fricklerhandwerk/redirects | Théophane Hufschmitt | |
manual: generalize anchor redirects | |||
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-09 | fix typos in comments | Valentin Gagarin | |
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-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-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-07 | Print common flags in --help | Ana Hobden | |