nix-gh/src
Eelco Dolstra ad1c827c0d
Dynamically allocate UIDs
Rather than rely on a nixbld group, we now allocate UIDs/GIDs
dynamically starting at a configurable ID (872415232 by default).

Also, we allocate 2^18 UIDs and GIDs per build, and run the build as
root in its UID namespace. (This should not be the default since it
breaks some builds. We probably should enable this conditional on a
requiredSystemFeature.) The goal is to be able to run (NixOS)
containers in a build. However, this will also require some cgroup
initialisation.

The 2^18 UIDs/GIDs is intended to provide enough ID space to run
multiple containers per build, e.g. for distributed NixOS tests.
2017-10-31 12:43:59 +01:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote Allow shorter syntax for chroot stores 2017-10-24 15:32:38 +02:00
buildenv Improve error message for conflicting priorities 2017-09-21 10:25:20 +09:00
libexpr builtins.fetchgit: Support importing a working tree 2017-10-30 19:59:25 +01:00
libmain Add --store argument to legacy commands 2017-10-24 15:41:11 +02:00
libstore Dynamically allocate UIDs 2017-10-31 12:43:59 +01:00
libutil builtins.fetchgit: Support importing a working tree 2017-10-30 19:59:25 +01:00
linenoise Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix More progress indicator improvements 2017-10-24 15:32:38 +02:00
nix-build nix-build: Fix --hash 2017-10-30 13:31:05 +01:00
nix-channel Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
nix-collect-garbage printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00
nix-copy-closure Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
nix-daemon Remove the remote-builds option 2017-10-24 11:00:16 +02:00
nix-env nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-instantiate nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-prefetch-url nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-store Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
resolve-system-dependencies Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00