Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Fix internal links | Eelco Dolstra | |
2020-07-24 | Fix some dangling references | Eelco Dolstra | |
2020-07-24 | Fix nix-copy-closure manpage | Eelco Dolstra | |
2020-07-24 | Move figures | Eelco Dolstra | |
2020-07-24 | Clean up the manpages | Eelco Dolstra | |
2020-07-24 | Get rid of footnotes | Eelco Dolstra | |
Markdown doesn't support them. | |||
2020-07-23 | Sigh | Eelco Dolstra | |
2020-07-23 | <replaceable> -> <emphasis> | Eelco Dolstra | |
Pandoc doesn't know <replaceable> so let's force it to be rendered as italics. | |||
2020-07-23 | <simplesect> -> <section> | Eelco Dolstra | |
Pandoc silently ignores <simplesect>... | |||
2020-07-23 | Get rid of <figure> | Eelco Dolstra | |
2020-07-23 | Get rid of <example> | Eelco Dolstra | |
Markdown doesn't have floats so we can't have this. | |||
2020-07-23 | Get rid of callouts since Markdown doesn't support them | Eelco Dolstra | |
2020-07-23 | Install all manpages | Eelco Dolstra | |
2020-07-23 | Convert commands | Eelco Dolstra | |
2020-07-23 | Convert nix.conf manpage | Eelco Dolstra | |
2020-07-23 | Reconvert | Eelco Dolstra | |
2020-07-23 | <envar> -> <literal> | Eelco Dolstra | |
2020-07-23 | Remove libxml2 / libxslt prerequisites | Eelco Dolstra | |
2020-07-23 | Pandoc conversion | Eelco Dolstra | |
2020-07-23 | Fix link | Eelco Dolstra | |
2020-07-23 | Remove subtitles | Eelco Dolstra | |
2020-07-23 | Typo | Eelco Dolstra | |
2020-07-23 | Remove references to xmllint | Eelco Dolstra | |
2020-07-23 | Use mdbook | Eelco Dolstra | |
2020-07-23 | Markdown test | Eelco Dolstra | |
2020-07-23 | Remove unused file | Eelco Dolstra | |
2020-07-20 | Update doc/manual/hacking.xml | Jörg Thalheim | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2020-07-20 | README: improve development docs | Jörg Thalheim | |
2020-06-23 | docs/installer: add correct curl flags | Jörg Thalheim | |
also see https://nixos.org/download.html | |||
2020-06-18 | Merge pull request #3709 from expipiplus1/master | Eelco Dolstra | |
Mention number of derivations to be build/fetched in output | |||
2020-06-18 | Instruct the user to follow redirects when installing Nix. | Samir Talwar | |
Nix installation now requires following redirects using `curl -L`. This is currently represented on the [Nix download page][] but not in the manual. This change updates the manual to reflect this. Using `curl` without the `-L` flag results in an empty body, making installation a no-op. [Nix download page]: https://nixos.org/download.html | |||
2020-06-17 | Mention number of derivations to be build/fetched in output | Joe Hermaszewski | |
Also correct grammar for the case of a single derivation. | |||
2020-06-08 | add documentation | zimbatm | |
2020-05-23 | Manpages: Do not refer to nixpkgs-channels | Joachim Breitner | |
Unless I am misinformed, using the `nixpkgs` repository directly is now preferred? | |||
2020-05-23 | Merge pull request #3212 from LnL7/darwin-10.15-install | Domen Kožar | |
install: configure and bootstrap synthetic.conf on darwin | |||
2020-05-21 | focus on golden-path covering most scenarios | Travis A. Everett | |
This should handle installation scenarios we can handle with anything resembling confidence. Goal is approximating the existing setup--not enforcing a best-practice... Approaches (+ installer-handled, - manual) and configs each covers: + no change needed; /nix OK on boot volume: All pre-Catalina (regardless of T2 or FileVault use) + create new unencrypted volume: Catalina, pre-T2, no FileVault + create new encrypted-at-rest volume: Catalina, pre-T2, FileVault Catalina, T2, no FileVault - require user to pre-create encrypted volume Catalina, T2, FileVault | |||
2020-05-21 | installer: refuse apfs volume creation when FileVault is enabled | Daiderd Jordan | |
2020-05-21 | manual: clarify volume creation section | Daiderd Jordan | |
2020-05-21 | install: improve output and error handling | Daiderd Jordan | |
2020-05-21 | manual: add apfs volume section | Daiderd Jordan | |
2020-05-21 | documentation: avoid unquoted URLs | Krzysztof Gogolewski | |
2020-05-16 | Remove -j option from simple-build-testing | Jörg Thalheim | |
By default Nix/NixOS already set a reasonable default `max-jobs = auto` so we don't need to mention it in this tutorial. The option is still documented in other parts of the documentation if users ever stumble over this. Fixes https://github.com/NixOS/nix/issues/2531 | |||
2020-05-11 | Merge pull request #3581 from TerrorJack/patch-1 | Domen Kožar | |
Update "Upgrading Nix" documentation | |||
2020-05-11 | Merge pull request #3582 from bhipple/doc/fixed-output | Domen Kožar | |
doc: consistently refer to 'fixed-output' with a dash | |||
2020-05-09 | doc: consistently refer to 'fixed-output' with a dash | Benjamin Hipple | |
General cleanup that makes it easier to search for the term. | |||
2020-05-09 | Update "Upgrading Nix" documentation | Shao Cheng | |
This PR proposes two changes to the "Upgrading Nix" documentation: * Besides updating `nixpkgs.nix`, we also update `nixpkgs.cacert`, so that the certificates are up-to-date as well. * Add the instructions for multi-user mode on Linux. | |||
2020-05-09 | Fix typo | Dani | |
2020-05-07 | Manual: Typo | Eelco Dolstra | |
2020-05-07 | Manual: Fix typo | Eelco Dolstra | |
2020-04-14 | add NIX_USER_CONF_FILES | zimbatm | |
Motivation: maintain project-level configuration files. Document the whole situation a bit better so that it corresponds to the implementation, and add NIX_USER_CONF_FILES that allows overriding which user files Nix will load during startup. |