diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-11-23 17:07:59 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-11-23 17:07:59 +0100 |
commit | 2aa3f2e81020c1c780be6329e1133068779c8f08 (patch) | |
tree | a3721da25f6c2704bea8e519bc357b3b83a418df /doc | |
parent | 989fc8a8b9cf98addbef85bf909be7b00b0462db (diff) |
Include UID in hex
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 47181fd39..4c91002fb 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -12,8 +12,8 @@ ([#7260](https://github.com/NixOS/nix/pull/7260)). * Nix can now automatically pick UIDs for builds, removing the need to - create `nixbld*` user accounts. these UIDs are allocated starting at - 872415232 on Linux and 56930 on macOS. + create `nixbld*` user accounts. These UIDs are allocated starting at + 872415232 (0x34000000) on Linux and 56930 on macOS. This is an experimental feature. To enable it, add the following to `nix.conf`: |