Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-02 | Merge remote-tracking branch 'origin/master' into coerce-string | Eelco Dolstra | |
2023-01-02 | Merge pull request #7278 from fricklerhandwerk/antiquotation | Théophane Hufschmitt | |
antiquotation -> string interpolation | |||
2023-01-02 | Merge pull request #7066 from fricklerhandwerk/architecture-overview | Théophane Hufschmitt | |
manual: architecture overview | |||
2023-01-02 | antiquotation -> string interpolation | Valentin Gagarin | |
as proposed by @mkaito[1] and @tazjin[2] and discussed with @edolstra and Nix maintainers [1]: https://github.com/NixOS/nix.dev/pull/267#issuecomment-1270076332 [2]: https://github.com/NixOS/nix.dev/pull/267#issuecomment-1270201979 Co-authored-by: John Ericson <git@JohnEricson.me> Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2023-01-02 | Merge pull request #7470 from obsidiansystems/simplify-tests-slightly | Eelco Dolstra | |
Make `./mk/run-test.sh` work by itself; add `mk/debug-test.sh` | |||
2023-01-02 | Merge pull request #7485 from fricklerhandwerk/doc-store-derivation | Théophane Hufschmitt | |
define "store derivation" | |||
2022-12-23 | Apply suggestions from code review | John Ericson | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-23 | nix develop: Set personality | Eelco Dolstra | |
This makes 'nix develop' set the Linux personality in the same way that the actual build does, allowing a command like 'nix develop nix#devShells.i686-linux.default' on x86_64-linux to work correctly. | |||
2022-12-21 | link "store derivation" to glossary definition | Valentin Gagarin | |
2022-12-21 | update description of "store derivation" in installables section | Valentin Gagarin | |
a store derivation is not a store path itself, it has a store path. | |||
2022-12-21 | define "store derivation" | Valentin Gagarin | |
2022-12-21 | Make `./mk/run-test.sh` work by itself; add `mk/debug-test.sh` | John Ericson | |
First, logic is consolidated in the shell script instead of being spread between them and makefiles. That makes understanding what is going on a little easier. This would not be super interesting by itself, but it gives us a way to debug tests more easily. *That* in turn I hope is much more compelling. See the updated manual for details. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Eelco Dolstra <edolstra@gmail.com> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> | |||
2022-12-20 | make relative links explicit | Valentin Gagarin | |
2022-12-20 | add more explanation to diagrams | Valentin Gagarin | |
this is to help reading the diagrams, otherwise arrows and labels were reported as being ambiguous. | |||
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 | suggestions from review | Valentin Gagarin | |
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 | 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 | 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-25 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
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 | remove external link | Valentin Gagarin | |
the language has its own overview page where its properties are described in sufficient detail. | |||
2022-11-09 | make diagrams compatible with svgbob | Valentin Gagarin | |
this will at some point enable rendering them nicely for the web |