Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-13 | Update release notes | Eelco Dolstra | |
2021-10-13 | Mention compression-level in the release notes | Eelco Dolstra | |
2021-10-07 | Start 2.5 release notes | Eelco Dolstra | |
2021-10-06 | Revert "docs: add troubleshooting session in remote builds" | Eelco Dolstra | |
This reverts commit 0574c1850a785297b7f28c6f286a23fa3eca14a8. | |||
2021-10-06 | Merge pull request #5095 from happysalada/update_remote_builds_docs | Domen Kožar | |
docs: add troubleshooting session in remote builds | |||
2021-10-06 | docs: add troubleshooting session in remote builds | happysalada | |
2021-10-03 | Fix typo | Rafal Gwozdzinski | |
2021-10-01 | Typo | Eelco Dolstra | |
2021-10-01 | Comments | Eelco Dolstra | |
2021-10-01 | Typo | Eelco Dolstra | |
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> | |||
2021-09-30 | Release notes | Eelco Dolstra | |
2021-09-09 | Manual: Link to 2.4 release notes | Eelco Dolstra | |
2021-09-01 | Merge pull request #5066 from Radvendii/master | Eelco Dolstra | |
add antiquotations to paths | |||
2021-08-31 | add documentation for path antiquotations | Taeer Bar-Yam | |
2021-08-19 | 15f4d4f Documentation follow-up | Pamplemousse | |
2021-07-05 | Merge pull request #4773 from alyssais/dl | Eelco Dolstra | |
doc: builtins: use a definition list | |||
2021-06-03 | Improve explanation of NIX_PATH prefix syntax | Keshav Kini | |
The previous wording seemed to imply that the "channel:" syntax would resolve to a github archive URL, which is not the case. | |||
2021-05-11 | doc/nix-shell: Remove outdated bashrc information | Linus Heckemann | |
This behaviour was removed in 65f6d5db6f5ef2724a3dc03e1773c510123287f1. | |||
2021-05-05 | doc: builtins: use a definition list | Alyssa Ross | |
This looks a lot better (and is also more semantically meaningful). Since this list is generated in a Nix expression, I don't think using HTML here is going to be the thing that puts people off modifying this part of the documentation! | |||
2021-04-29 | Merge pull request #4289 from abathur/encrypt_darwin_volume | Graham Christensen | |
darwin: encrypt nix volume if filevault is enabled | |||
2021-04-29 | darwin: encrypt nix volume if filevault is enabled | Travis A. Everett | |
2021-04-23 | Merge branch 'remove-trailing-spaces' of github.com:NixOS/nix | Eelco Dolstra | |
2021-04-23 | Replace the trailing markdown spaces by a backslash | regnat | |
They are equivalent according to <https://spec.commonmark.org/0.29/#hard-line-breaks>, and the trailing spaces tend to be a pain (because the make git complain, editors tend to want to remove them − the `.editorconfig` actually specifies that − etc..). | |||
2021-04-23 | (briefly) document how to build ca derivations | regnat | |
2021-04-05 | Revert "[prerequisites]: add JSON lib dependency" | Björn Gohla | |
This reverts commit 5926200db09ca4d0c5769edf24a3cf2e9f472d23. | |||
2021-04-01 | [prerequisites]: add JSON lib dependency | Björn Gohla | |
2021-03-26 | Fix some typos | Eelco Dolstra | |
Fixes #4671. | |||
2021-03-06 | remove doc for obsolete --no-build-hook flag | Travis A. Everett | |
`--no-build-hook` appears to have been removed in 25f32625e2f2a3a1e1b3a3811da82f21c3a3b880 | |||
2021-02-25 | distributed builds: load remote builder host key from the machines file | Graham Christensen | |
This is already used by Hydra, and is very useful when materializing a remote builder list from service discovery. This allows the service discovery tool to only sync one file instead of two. | |||
2021-02-24 | Respect command registrations in plugins. | Shea Levy | |
2021-02-24 | Initialize plugins after handling initial command line flags | Shea Levy | |
This is technically a breaking change, since attempting to set plugin files after the first non-flag argument will now throw an error. This is acceptable given the relative lack of stability in a plugin interface and the need to tie the knot somewhere once plugins can actually define new subcommands. | |||
2021-02-16 | Update doc/manual/src/command-ref/nix-shell.md | Mauricio Scheffer | |
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> | |||
2021-02-16 | Fix Haskell example | Mauricio Scheffer | |
http://nixos.org redirects to https://nixos.org and apparently the HTTP library doesn't follow the redirect, so the output is empty. When defining https in the request it crashes because the library doesn't seem to support https. So this switches the example to a different http library. | |||
2021-02-01 | Remove newline in operator table. | Dominik Schrempf | |
2021-01-13 | Rename 'nix store sign-paths' to 'nix store sign' | Eelco Dolstra | |
2021-01-11 | Tweak | Eelco Dolstra | |
2020-12-31 | Fix `configure` error in introduction doc | Sam Lidder | |
2020-12-25 | Update URL where bzip2 can be obtained | Sevan Janiyan | |
2020-12-17 | smaller fixes | Rok Garbas | |
2020-12-08 | Switch away from classification as Tier1-3 | Rok Garbas | |
to classification to a more descriptive classification. | |||
2020-12-08 | forgot to add the files | Rok Garbas | |
2020-12-07 | Merge remote-tracking branch 'origin/master' into cli-guideline | Rok Garbas | |
2020-12-02 | Generate separate manpages for each nix subcommand | Eelco Dolstra | |
2020-12-02 | Adds Nix CLI Guideline to docs | Rok Garbas | |
As we are working towards Nix 3.0 we want to make sure that we make a huge step forward in Nix's user experience. And once 3.0 is out of the door we need to make sure that all future commands and features keep up the standard of user experience. This PR adds a CLI guideline document to the Nix documentation. Consider this document a good starting point and a checklist when somebody will be (re)implementing commands. Clearly this guideline does nothing to improve user experience on its own and can only be useful as long as it is going to be read and cared for. But it is a first step into that direction. | |||
2020-11-02 | docs: consistent console prompt (#4213) | mkenigs | |
Everywhere else a $ is used | |||
2020-10-30 | Merge pull request #4202 from hercules-ci/nix-shell-doc | Eelco Dolstra | |
Nix shell doc | |||
2020-10-30 | nix-shell.md: Extend shellHook example | Robert Hensing | |
2020-10-30 | nix-shell.md: evaluated -> run | Robert Hensing | |
Use "run" to avoid confusion with Nix evaluation. "evaluated" was intended to reference bash eval but it's ambiguous. | |||
2020-10-29 | Generalize extra-* settings | Eelco Dolstra | |
This removes the extra-substituters and extra-sandbox-paths settings and instead makes every array setting extensible by setting "extra-<name> = <value>" in the configuration file or passing "--<name> <value>" on the command line. | |||
2020-10-25 | Add sha512 to hashAlgo listings in manpages (#4186) | tnias | |