Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-02 | Revert "docs: drop shell prompt character for consistency" | Eelco Dolstra | |
This reverts commit c068cce107b94f23c5288521770b2c807729a052 because it makes the docs *less* consistent. | |||
2022-12-01 | Merge pull request #7251 from RelationalAI-oss/sp-docs-uninstall-prompt | Valentin Gagarin | |
docs: drop shell prompt character for consistency | |||
2022-11-11 | remove stray comma | Valentin Gagarin | |
2022-11-09 | add removing users to uninstall instructions | Valentin Gagarin | |
2022-11-01 | docs: drop shell prompt character for consistency | Sagar Patel | |
In addition to consistency, the fancy "Copy to clipboard" button on the website will copy the prompt character. Retaining the prompt character would mean having to edit each command after pasting in the terminal. | |||
2022-08-12 | Merge pull request #6882 from DeterminateSystems/allow-multi-user-as-root | Eelco Dolstra | |
Allow installing multi-user as root on macOS and Linux | |||
2022-08-10 | Don't prompt about using sudo if we're already root | Graham Christensen | |
2022-08-10 | Strip whitespace in installing-binary.md | Graham Christensen | |
2022-08-04 | Update doc/manual/src/installation/installing-binary.md | Domen Kožar | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-04 | Update doc/manual/src/installation/installing-binary.md | Domen Kožar | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-06-30 | doc: acknowledge post-rsync reality | Travis A. Everett | |
Before #5150 the copy-to-store phase of the install was idempotent, but the recursive cp isn't. This is probably baiting a few people into trying corrective installs that will fail. | |||
2022-06-16 | doc: fix some darwin uninstall gaps | Travis A. Everett | |
2022-05-26 | doc: Manually insert some anchors | Jan Tojnar | |
2022-02-26 | doc: Add removal of darwin-store LaunchDaemon | toonn | |
The uninstall instructions used to accidentally remove the nix-darwin LaunchDaemon, this was dropped. However, the original intent was to remove the Store volume mounting LaunchDaemon. | |||
2022-02-25 | doc: Drop nix-darwin service from macOS uninstall | toonn | |
2022-02-25 | doc: Add macOS uninstall note about /nix | toonn | |
Clarify that `/nix` being present after the uninstall is normal and it will only disappear after a reboot. Co-authored-by: Travis A. Everett <travis.a.everett@gmail.com> | |||
2022-02-22 | doc: Add detailed uninstall section for macOS | toonn | |
The multi-user installation on macOS, which is now the only option, has gotten complicated enough that it discourages some users from checking Nix out for fear of being left with a "dirty" system. Detailed uninstallation instructions should make this less of an issue. | |||
2021-12-16 | Fix docker instructions | Eelco Dolstra | |
2021-12-15 | List aarch64 as supported macOS hardware | jesse | |
Resolves #5767 | |||
2021-12-04 | document some darwin mount settings | Travis A. Everett | |
2021-12-02 | Fix docker command | David Purdum | |
`docker -ti run nixos` does not run on docker version 20.10.7 (my machine). This fixes it to read `docker run -ti nixos`. | |||
2021-11-29 | Merge pull request #5678 from t184256/document-libsodium | Eelco Dolstra | |
Document libsodium, which is now mandatory, as a dependency. | |||
2021-11-28 | Make libcpuid dependency optional with --disable-cpuid | Alexander Sosedkin | |
2021-11-28 | Document libcpuid dependency | Alexander Sosedkin | |
2021-11-27 | Document libsodium, which is now mandatory, as a dependency | Alexander Sosedkin | |
2021-11-11 | Documenting how to use/build Nix' Docker image | Rok Garbas | |
2021-11-02 | Remove references to building from the source tarball | Eelco Dolstra | |
2021-10-03 | Fix typo | Rafal Gwozdzinski | |
2021-08-19 | 15f4d4f Documentation follow-up | Pamplemousse | |
2021-04-29 | darwin: encrypt nix volume if filevault is enabled | Travis A. Everett | |
2020-12-25 | Update URL where bzip2 can be obtained | Sevan Janiyan | |
2020-11-02 | docs: consistent console prompt (#4213) | mkenigs | |
Everywhere else a $ is used | |||
2020-07-31 | Enable syntax highlighting | Eelco Dolstra | |
2020-07-24 | Fix internal links | 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 | Reconvert | Eelco Dolstra | |
2020-07-23 | Remove libxml2 / libxslt prerequisites | Eelco Dolstra | |
2020-07-23 | Pandoc conversion | Eelco Dolstra | |