about summary refs log tree commit diff
path: root/doc/manual/installation (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13 docs: raise minimal boost version to 1.66Dmitry Kalinkin1-1/+1
2018-12-10 docs: add missing prerequisites: brotli, boost, libseccompDmitry Kalinkin1-0/+19
2018-09-19 Upgrade docs: improve the upgrade commandAnders Riutta1-7/+8
and make it more copy-pastable.
2018-09-03 docs: change expired bzip2.org to archive.orgVladimír Čunát1-1/+2
Fixes #2396.
2018-09-01 Create upgrade notesGraham Christensen1-0/+21
2018-09-01 Document the multi-user installer someGraham Christensen2-40/+140
Use sh <(...) syntax for installation to preserve stdin and prompting also update installation docs to account for changes in multi-user selection
2018-09-01 We support aarch64 nowGraham Christensen1-1/+1
2018-08-31 docs: Add IDs to important sectionsGraham Christensen1-1/+1
2018-05-25 Document NIX_SSL_CERT_FILE for installationGraham Christensen1-1/+48
2018-04-09 manual: Add all dependencies to source prerequisites (#2060)John Arnold1-0/+11
2018-02-19 Remove macOS multi-user instructionsEelco Dolstra1-28/+0
This is already handled by the installer.
2018-01-31 Manual: Remove old cruftEelco Dolstra2-13/+0
2017-10-19 Mention C++14 dependency in the manual.Keshav Kini1-2/+2
A couple makefiles in the sources have -std=c++14 in the CFLAGS.
2017-07-30 replace "Mac OS X" with "macOS"davidak3-4/+4
except in older release notes where the name was actually Mac OS X.
2017-02-07 Remove Perl dependency listing in docJanus Troelsen1-7/+0
2016-12-06 Drop unused WWW::Curl dependencyEelco Dolstra1-1/+1
2016-11-03 installation: allow profile modification to be skipped (#1072)Manav Rathi1-0/+8
The current behaviour modifies the first writeable file from amongst .bash_profile, .bash_login and .profile. So .bash_profile (if it is writable) would be modified even if a user has already sourced nix.sh in, say, .profile. This commit introduces a new environment variable, NIX_INSTALLER_NO_MODIFY_PROFILE. If this is set during installation, then the modifications are unconditionally skipped. This is useful for users who have a manually curated set of dotfiles that they are porting to a new machine. In such scenarios, nix.sh is already sourced at a place where the user prefers. Without this change, the nix installer would insist on modifying .bash_profile if it exists. This commit also add documentations for both the current behaviour and the new override.
2016-07-20 documentation: mention required openssl dependency (#974)Dmitry Kalinkin1-0/+4
Fixes: a6ca68a7 ("Require OpenSSL")
2016-06-17 Restore instructions on how to install a binary tarballEelco Dolstra1-1/+1
Looks like these were accidentally commented out in 9ffc4f4363d9596e2477645eab94e4140cd47c19.
2016-01-05 doc: fixes #727 broken linkdavidak1-1/+1
2015-10-05 Don't mention Fedora/Debian packages in the installation sectionEelco Dolstra1-6/+16
See https://github.com/NixOS/nixos-homepage/commit/d4a88df9d6114f609da889db62ef0a3bf6e4ef27
2015-09-15 Update prerequisites-source.xmlAnthony Cowley1-2/+2
The Perl WWW::Curl bindings are required to build Nix.
2015-01-06 Document how to set up build users on Mac OS XEelco Dolstra1-0/+28
2014-12-13 Document channel format and excise most mentions of manifests and nix-pullEelco Dolstra1-5/+5
2014-11-25 Rely on XML catalogs to find the DocBook schemas and stylesheetsEelco Dolstra1-9/+1
2014-11-24 Update installation sectionEelco Dolstra2-15/+16
2014-11-24 Don't claim FreeBSD supportEelco Dolstra1-4/+5
2014-09-16 Manual build fixesEelco Dolstra2-5/+5
2014-08-27 Restructuring the Nix manualMikey Ariel11-0/+508