about summary refs log tree commit diff
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-24 Merge pull request #2693 from thoughtpolice/scripts/multi-user-sandboxDomen Kožar1-1/+0
2019-02-23 scripts: remove default 'sandbox = false' from multi-user installerAustin Seipp1-1/+0
2019-02-22 remove noop uses of nix-store --initzimbatm2-9/+0
2019-02-14 nix.sh: Be set -u compliant.Shea Levy1-1/+1
2018-11-15 Merge pull request #2432 from luke-clifton/fixsslEelco Dolstra1-4/+7
2018-10-16 install script: remove unportable command check, fixup errant escapeGraham Christensen (Target)1-2/+2
2018-10-01 nix-profile-daemon: remove cruftMatthew Bauer1-1/+1
2018-09-20 Search NIX_PROFILE for SSL CALuke Clifton1-4/+7
2018-09-19 Look inside the user profileLuke Clifton1-2/+2
2018-09-01 Default to single-user installGraham Christensen1-11/+14
2018-05-30 release.nix: Generate the installer scriptEelco Dolstra1-7/+7
2018-05-30 Move installer script from nixos-homepageEelco Dolstra1-0/+67
2018-05-30 install-multi-user: support 'set -u' runs, closes #2193Graham Christensen1-1/+1
2018-05-30 nix-daemon.sh profile script: operate under `set -u`Graham Christensen1-2/+2
2018-05-25 multi-user profile: borrow single user profiles' NIX_SSL_CERT_FILE finding logicGraham Christensen1-1/+18
2018-05-25 install-multi-user: don't force NIX_SSL_CERT_FILEGraham Christensen1-3/+9
2018-05-25 Merge pull request #1664 from matthewbauer/patch-4Eelco Dolstra1-1/+1
2018-04-19 installer: default to the daemon installor for Linux with systemdGraham Christensen1-1/+1
2018-04-19 installer: allow opting in / out to the daemon installerGraham Christensen1-6/+31
2018-04-04 Setup nix_path correctly in nix-profile-daemonMatthew Justin Bauer1-1/+1
2018-03-30 macos: Handle when a build user doesn't have a user IDGraham Christensen1-2/+2
2018-03-30 Use a looser comparison for the 'user note' checkGraham Christensen1-1/+5
2018-03-30 Check for the existence of a profile target before seeing if it mentions NixGraham Christensen1-1/+1
2018-03-29 Expand the multi-user installer to support Linuxes with systemdGraham Christensen4-755/+1034
2018-02-13 Merge pull request #1775 from LnL7/darwin-build-usersEelco Dolstra1-1/+1
2018-01-29 solves #1582Giorgio Gallo1-1/+1
2018-01-18 Merge pull request #1793 from peterstuart/fix-extra-spaceEelco Dolstra1-1/+1
2018-01-15 Fix manpath detectionIavael1-1/+1
2018-01-12 Remove extra space.Peter Stuart1-1/+1
2018-01-03 installer: create 'enough' build usersDaiderd Jordan1-1/+1
2018-01-03 installer: don't touch /etc/profileDaiderd Jordan1-1/+1
2017-12-29 Do not export ASPELL_CONFFrederik Rietdijk1-6/+0
2017-12-20 Fix escaping, fixes buildFrederik Rietdijk1-2/+2
2017-12-08 replace lolcat with nix-infoGraham Christensen1-1/+1
2017-12-08 darwin installer: fix on High SierraGraham Christensen1-6/+20
2017-11-20 install-darwin-multi-user.sh: Remove superfluous nix.conf settingsEelco Dolstra1-8/+0
2017-10-16 Pull nix-profile-daemon from 1.11Shea Levy2-0/+55
2017-10-12 Merge pull request #1591 from shlevy/darwin-installer-no-sudo-iEelco Dolstra1-3/+3
2017-10-05 darwin installer: Fix on systems where sudo -i is disabled.Shea Levy1-3/+3
2017-10-02 install-darwin-multi-user: relax assumption checkAnthony Cowley1-1/+1
2017-08-31 Rename a few configuration optionsEelco Dolstra1-3/+3
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-2/+2
2017-07-14 Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATIONGraham Christensen1-3/+3
2017-07-14 If there is no TTY, also skip verbose sudo messagesGraham Christensen1-3/+33
2017-07-14 Ensure PINCH_ME_IM_SILLY allows a /nix/store to stick around between buildsGraham Christensen1-5/+3
2017-07-14 Assume yes if we have no TTYGraham Christensen1-0/+11
2017-07-14 Address feedback around printf & execGraham Christensen2-2/+2
2017-07-14 Don't install a second nix after the initial installation, and the rsync chan...Graham Christensen1-4/+1
2017-07-14 Clean up issues around uninstall directions, and only showGraham Christensen1-29/+77
2017-07-14 Prompt for sudo before validating assumptions, and check ourselves for root-o...Graham Christensen1-25/+13