aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-05-23scripts/create-darwin-volume.sh: remove unused variableDomen Kožar
2020-05-22Use /etc/zshenv instead of /etc/zshrc for profileSuraj Barkale
2020-05-21installer: don't clobber synthetic.confDaiderd Jordan
2020-05-21focus on golden-path covering most scenariosTravis A. Everett
2020-05-21installer: refuse apfs volume creation when FileVault is enabledDaiderd Jordan
2020-05-21install: make synthetic.conf and fstab checks stricterDaiderd Jordan
2020-05-21install: improve output and error handlingDaiderd Jordan
2020-05-21install: hide the store volume on darwinDaiderd 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-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