-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: NixOS/nix
base: 415fc233e3f0
head repository: NixOS/nix
compare: d6c4fe55db57
- 17 commits
- 7 files changed
- 5 contributors
Commits on Mar 27, 2019
-
install-multi-user: reduce max-jobs from 32 to 1
Having max-jobs = 32 ($NIX_USER_COUNT is hardcoded to that value) may severely overload the machine. The nix.conf(5) manual page says max-jobs defaults to 1, so let's use that value. NOTE: Both max-jobs and cores are now being set to their default value, so they can be removed alltogether.
Configuration menu - View commit details
-
Copy full SHA for dbe4c04 - Browse repository at this point
Copy the full SHA dbe4c04View commit details -
install-multi-user: remove unneeded settings from nix.conf
Hardcoding the "max-jobs" and "cores" settings in nix.conf at install time, to the same value as Nix' built-in default, makes little sense to me.
Configuration menu - View commit details
-
Copy full SHA for 07d9981 - Browse repository at this point
Copy the full SHA 07d9981View commit details
Commits on Jun 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b0d613 - Browse repository at this point
Copy the full SHA 4b0d613View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0ad89 - Browse repository at this point
Copy the full SHA fb0ad89View commit details
Commits on Jun 15, 2019
-
Daemon: warn when an untrusted user cannot override a setting
In a daemon-based Nix setup, some options cannot be overridden by a client unless the client's user is considered trusted. Currently, if an untrusted user tries to override one of those options, we are silently ignoring it. This can be pretty confusing in certain situations. e.g. a user thinks he disabled the sandbox when in reality he did not. We are now sending a warning message letting know the user some options have been ignored. Related to #1761.
Configuration menu - View commit details
-
Copy full SHA for 9e0f5f8 - Browse repository at this point
Copy the full SHA 9e0f5f8View commit details -
Merge pull request #2931 from NinjaTrappeur/nin-add-warning-setting-u…
…ntrusted Daemon: warn when an untrusted user cannot override a setting
Configuration menu - View commit details
-
Copy full SHA for 7ce60a8 - Browse repository at this point
Copy the full SHA 7ce60a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34fa8ce - Browse repository at this point
Copy the full SHA 34fa8ceView commit details -
Fix test failures when $TMPDIR changes
(cherry picked from commit c38c726)
Configuration menu - View commit details
-
Copy full SHA for 5064971 - Browse repository at this point
Copy the full SHA 5064971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bc876 - Browse repository at this point
Copy the full SHA 26bc876View commit details
Commits on Jun 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b693029 - Browse repository at this point
Copy the full SHA b693029View commit details -
Run builds in a pseudo-terminal
This allows many programs (e.g. gcc, clang, cmake) to print colorized log output (assuming $TERM is set to a value like "xterm"). There are other ways to get colors, in particular setting CLICOLOR_FORCE, but they're less widely supported and can break programs that parse tool output.
Configuration menu - View commit details
-
Copy full SHA for e84c265 - Browse repository at this point
Copy the full SHA e84c265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ca6ef - Browse repository at this point
Copy the full SHA 82ca6efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2743bf0 - Browse repository at this point
Copy the full SHA 2743bf0View commit details
Commits on Jun 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3cc1125 - Browse repository at this point
Copy the full SHA 3cc1125View commit details -
Merge pull request #2746 from bjornfor/install-multi-user-defaults
install-multi-user: reduce max-jobs from 32 to 1
Configuration menu - View commit details
-
Copy full SHA for 38a4d38 - Browse repository at this point
Copy the full SHA 38a4d38View commit details -
Merge pull request #2878 from NixOS/run-in-pts
Run builds in a pseudo-terminal
Configuration menu - View commit details
-
Copy full SHA for 4b214e6 - Browse repository at this point
Copy the full SHA 4b214e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c4fe5 - Browse repository at this point
Copy the full SHA d6c4fe5View commit details
There are no files selected for viewing