summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-03-24installer: Fix terminal colors.Greg Price
2020-03-22installer: Set files read-only when copying into storeGreg Price
2020-03-21installer: also test for xz to unpackPhilipp Middendorf
2020-03-11README, error msg: http -> httpsRobert Hensing
2020-03-11nixos.org/releases -> releases.nixos.orgEelco Dolstra
2020-01-23installer: Handle edge case where the nix-daemon is already running on the sy...Rovanion Luckey
2019-12-22Pass -J to tar for xz decompressionMichael Forney
2019-12-21Pass -P to cp to preserve symlinksMichael Forney
2019-11-22Provide a default value for NIX_PATHEelco Dolstra
2019-11-22Remove $NIX_USER_PROFILE_DIREelco Dolstra
2019-10-23install-multi-user.sh: Remove unused variablesEelco Dolstra
2019-10-19Fix unset variable in installerSteven Shaw
2019-10-09TypoEelco Dolstra
2019-10-09nix-env: Create ~/.nix-defexpr automaticallyEelco Dolstra
2019-10-09nix-profile.sh: Remove coreutils dependencyEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-09nix-profile.sh: Don't create .nix-channelsEelco Dolstra
2019-10-09Remove some redundant initializationEelco Dolstra
2019-10-09Remove world-writability from per-user directoriesEelco Dolstra
2019-10-08Make preexisting Nix install a warning, not a failureMatthew Bauer
2019-10-08Copy instead of linking launch agentMatthew Bauer
2019-08-28Merge pull request #2745 from samueldr/install/detect-systemd-separatelyEelco Dolstra
2019-08-28Merge pull request #3054 from matthewbauer/nix-dir-macosEelco Dolstra
2019-08-27Compress binary tarballs using xzEelco Dolstra
2019-08-24installer: handle network proxy in systemd installVenkateswara Rao Mandela
2019-08-22Allow empty /nix directory in multi-user installerMatthew Bauer
2019-07-25Add default for USER when unsetMatthew Bauer
2019-06-17Merge pull request #2746 from bjornfor/install-multi-user-defaultsEelco Dolstra
2019-05-29Replace `type` with `command -v` in install scriptJohannes Climacus
2019-05-15Don’t set NIX_REMOTE=daemon in daemon profileMatthew Bauer
2019-05-15Sync NIX_PROFILES between single-user and multi-user modesMatthew Bauer
2019-05-15nix-profile: Add all channels to $NIX_PATHEelco Dolstra
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-03-27install-multi-user: remove unneeded settings from nix.confBjørn Forsman
2019-03-27install-multi-user: reduce max-jobs from 32 to 1Bjørn Forsman
2019-03-26install-multi-user: Detect and fail lack of systemd separatelySamuel Dionne-Riel
2019-03-24Merge pull request #2693 from thoughtpolice/scripts/multi-user-sandboxDomen Kožar
2019-02-23scripts: remove default 'sandbox = false' from multi-user installerAustin Seipp
2019-02-22remove noop uses of nix-store --initzimbatm
2019-02-20install script: don't abort when "nix-channel --update" failsBjørn Forsman
2019-02-14nix.sh: Be set -u compliant.Shea Levy
2018-12-20installer: update macOS version check to 10.12.2Daiderd Jordan
2018-11-15Merge pull request #2432 from luke-clifton/fixsslEelco Dolstra
2018-10-16install script: remove unportable command check, fixup errant escapeGraham Christensen (Target)
2018-10-01nix-profile-daemon: remove cruftMatthew Bauer
2018-09-20Search NIX_PROFILE for SSL CALuke Clifton
2018-09-19Look inside the user profileLuke Clifton
2018-09-01Default to single-user installGraham Christensen