summaryrefslogtreecommitdiffstats
path: root/scripts/install-nix-from-closure.sh
AgeCommit message (Expand)Author
2020-11-21installer: simplify the per-build installationzimbatm
2020-10-20Merge pull request #3996 from abathur/macos_big_sur_fixesDomen Kožar
2020-10-19discourage casual Big Sur installsTravis A. Everett
2020-10-19fix xpath and conditional bugs; xpath -> xmllintTravis A. Everett
2020-10-19update macOS version handling for Big SurTravis A. Everett
2020-09-30Installer: Set a known umaskEelco Dolstra
2020-07-31Merge pull request #3788 from crinklywrappr/masterEelco Dolstra
2020-07-18Add newline to profile sourcing line #3393Alex Kovar
2020-07-07merged systemd installer with non-systemd installer.Daniel Fitzpatrick
2020-07-06Add a script to install nix on non-systemd systems.Daniel Fitzpatrick
2020-06-23docs/installer: add correct curl flagsJörg Thalheim
2020-05-26Fix installer script bugsDomen Kožar
2020-05-25Merge pull request #3375 from domenkozar/multi-user-countDomen Kožar
2020-05-25Allow passing extra nix.conf to installerDomen Kožar
2020-05-25install-multi-user: allow overriding user countDomen Kožar
2020-05-21focus on golden-path covering most scenariosTravis A. Everett
2020-05-21install: improve output and error handlingDaiderd Jordan
2020-05-21install: show macOS 10.15 message with --daemonDaiderd Jordan
2020-05-21install: also configure ~/.zshenvDaiderd Jordan
2020-05-21install: configure and bootstrap synthetic.conf on darwinDaiderd Jordan
2020-05-12Expose installer configuration environment variables via command line flagsPavol Rusnak
2020-05-12Introduce NIX_INSTALLER_NO_CHANNEL_ADD which skips nix-channel --addPavol Rusnak
2020-03-11README, error msg: http -> httpsRobert Hensing
2019-12-21Pass -P to cp to preserve symlinksMichael Forney
2019-10-19Fix unset variable in installerSteven Shaw
2019-07-25Add default for USER when unsetMatthew Bauer
2019-05-15Fix shellcheck errorEelco Dolstra
2019-05-08Merge pull request #2594 from LnL7/darwin-10.12.6Graham Christensen
2019-05-01Merge pull request #2679 from bjornfor/offline-installEelco Dolstra
2019-02-22remove noop uses of nix-store --initzimbatm
2019-02-20install script: don't abort when "nix-channel --update" failsBjørn Forsman
2018-12-20installer: update macOS version check to 10.12.2Daiderd Jordan
2018-09-01Default to single-user installGraham Christensen
2018-04-19installer: default to the daemon installor for Linux with systemdGraham Christensen
2018-04-19installer: allow opting in / out to the daemon installerGraham Christensen
2018-03-29Expand the multi-user installer to support Linuxes with systemdGraham Christensen
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-14Address feedback around printf & execGraham Christensen
2017-07-14Switch to a fancy multi-user installer on DarwinGraham Christensen
2017-01-25bail out if macOS 10.9 or lower is used during installerDomen Kožar
2016-12-19shellcheck scripts/install-nix-from-closure.shJames Broadhead
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-03installation: allow profile modification to be skipped (#1072)Manav Rathi
2016-10-13SSL_CERT_FILE -> NIX_SSL_CERT_FILEEelco Dolstra
2016-05-31Fix reference to $NIX_LINKEelco Dolstra
2016-05-18Fix `??` in Nix warning messageGabriel Gonzalez
2016-04-14install-nix-from-closure: Don't run nix-store --verifyEelco Dolstra
2016-04-10Remove information about nix-store --optimiseWout Mertens
2016-04-10Always verify nix store on installwmertens