Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-27 | 2.4 release notes: Add some migration notes | Eelco Dolstra | |
2021-10-17 | Merge pull request #5365 from arafangion/master | Domen Kožar | |
Clarify that not all nix packages will use the default build phases | |||
2021-10-17 | Clarify that not all nix packages will use the default build phases | John Chapman | |
2021-10-13 | Update release notes | Eelco Dolstra | |
2021-10-13 | Mention compression-level in the release notes | Eelco Dolstra | |
2021-10-09 | Clarify that not all nix packages will use the default build phases | John Chapman | |
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-06 | Remove links to .md files in help output | Eelco Dolstra | |
Fixes #5337. | |||
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-22 | Quiet | Eelco Dolstra | |
2021-09-13 | nix --help: Display help using lowdown instead of man | Eelco Dolstra | |
Fixes #4476. Fixes #5231. | |||
2021-09-09 | Manual: Link to 2.4 release notes | Eelco Dolstra | |
2021-09-09 | Manual: Depend on all *.md files | 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-28 | doc/manual/local.mk: fix 'make install DESTDIR=...' | Sergei Trofimovich | |
Install failure is observed when we try to install into inplace location as non-root: ``` $ LANG=C make install DESTDIR=$PWD/__i__ V=1 RUST_LOG=warn mdbook build doc/manual -d /usr/share/doc/nix/manual 2021-08-28 13:29:58 [ERROR] (mdbook::utils): Error: Rendering failed 2021-08-28 13:29:58 [ERROR] (mdbook::utils): Caused By: Unexpected error when constructing destination path 2021-08-28 13:29:58 [ERROR] (mdbook::utils): Caused By: Permission denied (os error 13) make: *** [doc/manual/local.mk:98: /usr/share/doc/nix/manual/index.html] Error 101 ``` The change is to prefix paths with `$(DESTDIR)`. | |||
2021-08-19 | 15f4d4f Documentation follow-up | Pamplemousse | |
2021-08-05 | Merge pull request #5094 from Pamplemousse/simpler_doc | Eelco Dolstra | |
doc/manual: don't need to copy `highlight.js` manually | |||
2021-08-04 | doc/manual: don't need to copy `highlight.js` manually | Pamplemousse | |
Signed-off-by: Pamplemousse <xav.maso@gmail.com> | |||
2021-07-27 | Remove dead code in doc’s local.mk | regnat | |
2021-07-27 | Fix the generation of nix3 manpages | regnat | |
- Separate the generation of the manpages from their installation - Make sure that `make` generates the manpages - Make sure that `make install` installs them Fix #5051 | |||
2021-07-19 | Cleanup the generation of the nix3 manpages | regnat | |
Use a dedicated make target for the man page rather than bundling the generation as part of `install`. Also make sure that `make install` is a fixpoint by - Removing the generated markdown files from `MANUAL_SRCS` - Not having the manpage generation write in its source directory so as to not update its timestamp (it would run each time otherwise) | |||
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 | Merge pull request #4735 from NixOS/document-ca-derivations | Eelco Dolstra | |
(briefly) document how to build ca derivations | |||
2021-04-23 | Set more man sections | Eelco Dolstra | |
2021-04-23 | doc: fix section in nix3 man page metadata | Alyssa Ross | |
These man pages said they were in section 7, even though we were installing them to section 1 (which is the right place for them). | |||
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-17 | Restore warning about 'nix' being experimental | Eelco Dolstra | |
Fixes #4552. | |||
2021-02-16 | Update doc/manual/src/command-ref/nix-shell.md | Mauricio Scheffer | |
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> |