You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacBook-Pro-Mo:~ moniquehaas$ sh <(curl https://nixos.org/nix/install) --daemon
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2399 100 2399 0 0 11817 0 --:--:-- --:--:-- --:--:-- 11817
downloading Nix 2.3.3 binary tarball for x86_64-darwin from 'https://nixos.org/releases/nix/nix-2.3.3/nix-2.3.3-x86_64-darwin.tar.xz' to '/var/folders/d3/zz7d5nk951l66ghhb9wcmbp00000gn/T/nix-binary-tarball-unpack.XXXXXXXXXX.EYHbA56b'...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 26.3M 100 26.3M 0 0 1495k 0 0:00:18 0:00:18 --:--:-- 1544k
Note: a multi-user installation is possible. See https://nixos.org/nix/manual/#sect-multi-user-installation
Switching to the Daemon-based Installer
Welcome to the Multi-User Nix Installation
This installation tool will set up your computer with the Nix package
manager. This will happen in a few stages:
Make sure your computer doesn't already have Nix. If it does, I
will show you instructions on how to clean up your old one.
Show you what we are going to install and where. Then we will ask
if you are ready to continue.
Create the system users and groups that the Nix daemon uses to run
builds.
Perform the basic installation of the Nix files daemon.
Configure your shell to import special Nix Profile files, so you
can use Nix.
Start the Nix daemon.
Would you like to see a more detailed list of what we will do?
[y/n] y
We will:
make sure your computer doesn't already have Nix files
(if it does, I will tell you how to clean them up.)
create local users (see the list above for the users we'll make)
create a local group (nixbld)
install Nix in to /nix
create a configuration file in /etc/nix
set up the "default profile" by creating some Nix-related files in
/var/root
back up /etc/bashrc to /etc/bashrc.backup-before-nix
update /etc/bashrc to include some Nix configuration
back up /etc/zshrc to /etc/zshrc.backup-before-nix
update /etc/zshrc to include some Nix configuration
load and start a LaunchDaemon (at /Library/LaunchDaemons/org.nixos.nix-daemon.plist) for nix-daemon
Ready to continue?
[y/n] y
---- let's talk about sudo -----------------------------------------------------
This script is going to call sudo a lot. Every time we do, it'll
output exactly what it'll do, and why.
Just like this:
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo echo
to demonstrate how our sudo prompts look
This might look scary, but everything can be undone by running just a
few commands. We used to ask you to confirm each time sudo ran, but it
was too many times. Instead, I'll just ask you this one time:
Can we use sudo?
[y/n] y
Yay! Thanks! Let's get going!
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo test -e /var/root/.nix-defexpr
making sure that /var/root/.nix-defexpr doesn't exist
Password:
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo test -e /var/root/.nix-channels
making sure that /var/root/.nix-channels doesn't exist
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo test -e /var/root/.nix-profile
making sure that /var/root/.nix-profile doesn't exist
to make the basic directory structure of Nix (part 1)
mkdir: /nix: Read-only file system
mkdir: /nix/var: Read-only file system
mkdir: /nix/var/log: Read-only file system
mkdir: /nix/var/log/nix: Read-only file system
mkdir: /nix/var/log/nix/drvs: Read-only file system
mkdir: /nix/var/nix: Read-only file system
mkdir: /nix/var/nix/db: Read-only file system
mkdir: /nix/var/nix/gcroots: Read-only file system
mkdir: /nix/var/nix/profiles: Read-only file system
mkdir: /nix/var/nix/temproots: Read-only file system
mkdir: /nix/var/nix/userpool: Read-only file system
mkdir: /nix/var/nix/gcroots/per-user: Read-only file system
mkdir: /nix/var/nix/profiles/per-user: Read-only file system
---- oh no! --------------------------------------------------------------------
Jeeze, something went wrong. If you can take all the output and open
an issue, we'd love to fix the problem so nobody else has this issue.
MacBook-Pro-Mo:~ moniquehaas$ sh <(curl https://nixos.org/nix/install) --daemon
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2399 100 2399 0 0 11817 0 --:--:-- --:--:-- --:--:-- 11817
downloading Nix 2.3.3 binary tarball for x86_64-darwin from 'https://nixos.org/releases/nix/nix-2.3.3/nix-2.3.3-x86_64-darwin.tar.xz' to '/var/folders/d3/zz7d5nk951l66ghhb9wcmbp00000gn/T/nix-binary-tarball-unpack.XXXXXXXXXX.EYHbA56b'...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 26.3M 100 26.3M 0 0 1495k 0 0:00:18 0:00:18 --:--:-- 1544k
Note: a multi-user installation is possible. See https://nixos.org/nix/manual/#sect-multi-user-installation
Switching to the Daemon-based Installer
Welcome to the Multi-User Nix Installation
This installation tool will set up your computer with the Nix package
manager. This will happen in a few stages:
Make sure your computer doesn't already have Nix. If it does, I
will show you instructions on how to clean up your old one.
Show you what we are going to install and where. Then we will ask
if you are ready to continue.
Create the system users and groups that the Nix daemon uses to run
builds.
Perform the basic installation of the Nix files daemon.
Configure your shell to import special Nix Profile files, so you
can use Nix.
Start the Nix daemon.
Would you like to see a more detailed list of what we will do?
[y/n] y
We will:
(if it does, I will tell you how to clean them up.)
/var/root
Ready to continue?
[y/n] y
---- let's talk about sudo -----------------------------------------------------
This script is going to call sudo a lot. Every time we do, it'll
output exactly what it'll do, and why.
Just like this:
---- sudo execution ------------------------------------------------------------
I am executing:
to demonstrate how our sudo prompts look
This might look scary, but everything can be undone by running just a
few commands. We used to ask you to confirm each time sudo ran, but it
was too many times. Instead, I'll just ask you this one time:
Can we use sudo?
[y/n] y
Yay! Thanks! Let's get going!
---- sudo execution ------------------------------------------------------------
I am executing:
making sure that /var/root/.nix-defexpr doesn't exist
Password:
---- sudo execution ------------------------------------------------------------
I am executing:
making sure that /var/root/.nix-channels doesn't exist
---- sudo execution ------------------------------------------------------------
I am executing:
making sure that /var/root/.nix-profile doesn't exist
---- Nix config report ---------------------------------------------------------
Temp Dir: /var/folders/d3/zz7d5nk951l66ghhb9wcmbp00000gn/T/tmp.XXXXXXXXXX.1HXjnWmk
Nix Root: /nix
Build Users: 32
Build Group ID: 30000
Build Group Name: nixbld
build users:
Username: UID
nixbld1: 30001
nixbld2: 30002
nixbld3: 30003
nixbld4: 30004
nixbld5: 30005
nixbld6: 30006
nixbld7: 30007
nixbld8: 30008
nixbld9: 30009
nixbld10: 30010
nixbld11: 30011
nixbld12: 30012
nixbld13: 30013
nixbld14: 30014
nixbld15: 30015
nixbld16: 30016
nixbld17: 30017
nixbld18: 30018
nixbld19: 30019
nixbld20: 30020
nixbld21: 30021
nixbld22: 30022
nixbld23: 30023
nixbld24: 30024
nixbld25: 30025
nixbld26: 30026
nixbld27: 30027
nixbld28: 30028
nixbld29: 30029
nixbld30: 30030
nixbld31: 30031
nixbld32: 30032
Ready to continue?
[y/n] y
~~> Setting up the build group nixbld
---- sudo execution ------------------------------------------------------------
I am executing:
Create the Nix build group, nixbld
~~> Setting up the build user nixbld1
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#1), nixbld1
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld1 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld1 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld1 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld1 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld2
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#2), nixbld2
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld2 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld2 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld2 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld2 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld3
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#3), nixbld3
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld3 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld3 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld3 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld3 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld4
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#4), nixbld4
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld4 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld4 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld4 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld4 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld5
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#5), nixbld5
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld5 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld5 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld5 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld5 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld6
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#6), nixbld6
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld6 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld6 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld6 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld6 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld7
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#7), nixbld7
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld7 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld7 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld7 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld7 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld8
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#8), nixbld8
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld8 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld8 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld8 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld8 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld9
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#9), nixbld9
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld9 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld9 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld9 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld9 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld10
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#10), nixbld10
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld10 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld10 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld10 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld10 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld11
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#11), nixbld11
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld11 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld11 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld11 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld11 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld12
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#12), nixbld12
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld12 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld12 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld12 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld12 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld13
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#13), nixbld13
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld13 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld13 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld13 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld13 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld14
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#14), nixbld14
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld14 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld14 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld14 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld14 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld15
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#15), nixbld15
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld15 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld15 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld15 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld15 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld16
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#16), nixbld16
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld16 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld16 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld16 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld16 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld17
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#17), nixbld17
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld17 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld17 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld17 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld17 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld18
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#18), nixbld18
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld18 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld18 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld18 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld18 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld19
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#19), nixbld19
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld19 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld19 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld19 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld19 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld20
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#20), nixbld20
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld20 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld20 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld20 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld20 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld21
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#21), nixbld21
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld21 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld21 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld21 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld21 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld22
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#22), nixbld22
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld22 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld22 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld22 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld22 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld23
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#23), nixbld23
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld23 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld23 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld23 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld23 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld24
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#24), nixbld24
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld24 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld24 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld24 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld24 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld25
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#25), nixbld25
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld25 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld25 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld25 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld25 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld26
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#26), nixbld26
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld26 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld26 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld26 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld26 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld27
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#27), nixbld27
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld27 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld27 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld27 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld27 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld28
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#28), nixbld28
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld28 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld28 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld28 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld28 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld29
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#29), nixbld29
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld29 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld29 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld29 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld29 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld30
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#30), nixbld30
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld30 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld30 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld30 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld30 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld31
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#31), nixbld31
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld31 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld31 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld31 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld31 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
~~> Setting up the build user nixbld32
---- sudo execution ------------------------------------------------------------
I am executing:
Creating the Nix build user (#32), nixbld32
---- sudo execution ------------------------------------------------------------
I am executing:
in order to make nixbld32 a hidden user
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld32 a safe home directory
---- sudo execution ------------------------------------------------------------
I am executing:
in order to give nixbld32 a safe home directory
Logins Disabled: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
Add nixbld32 to the nixbld group
Member of nixbld: Yes
---- sudo execution ------------------------------------------------------------
I am executing:
to let the nix daemon use this user for builds (this might seem redundant, but there are two concepts of group membership)
---- sudo execution ------------------------------------------------------------
I am executing:
to make the basic directory structure of Nix (part 1)
mkdir: /nix: Read-only file system
mkdir: /nix/var: Read-only file system
mkdir: /nix/var/log: Read-only file system
mkdir: /nix/var/log/nix: Read-only file system
mkdir: /nix/var/log/nix/drvs: Read-only file system
mkdir: /nix/var/nix: Read-only file system
mkdir: /nix/var/nix/db: Read-only file system
mkdir: /nix/var/nix/gcroots: Read-only file system
mkdir: /nix/var/nix/profiles: Read-only file system
mkdir: /nix/var/nix/temproots: Read-only file system
mkdir: /nix/var/nix/userpool: Read-only file system
mkdir: /nix/var/nix/gcroots/per-user: Read-only file system
mkdir: /nix/var/nix/profiles/per-user: Read-only file system
---- oh no! --------------------------------------------------------------------
Jeeze, something went wrong. If you can take all the output and open
an issue, we'd love to fix the problem so nobody else has this issue.
:(
We'd love to help if you need it.
If you can, open an issue at https://github.com/nixos/nix/issues
-->
The text was updated successfully, but these errors were encountered: