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
so i had an install of nix already, but for some reason i started getting errors all of a suddent that the nix-shell command did not exist.
so i tried reinstalling it and got this error:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4052 100 4052 0 0 34218 0 --:--:-- --:--:-- --:--:-- 34218
downloading Nix 2.18.0 binary tarball for aarch64-darwin from 'https://releases.nixos.org/nix/nix-2.18.0/nix-2.18.0-aarch64-darwin.tar.xz' to '/var/folders/tw/7xxgrsjd0lg7c4f6j4c_b88w0000gn/T/nix-binary-tarball-unpack.XXXXXXXXXX.dUhEm0Uq32'...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10.9M 100 10.9M 0 0 28.8M 0 --:--:-- --:--:-- --:--:-- 29.1M
Switching to the Multi-user 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:
1. Make sure your computer doesn't already have Nix. If it does, I
will show you instructions on how to clean up your old install.
2. Show you what I am going to install and where. Then I will ask
if you are ready to continue.
3. Create the system users (uids [301..332]) and groups (gid 30000)
that the Nix daemon uses to run builds.
4. Perform the basic installation of the Nix files daemon.
5. Configure your shell to import special Nix Profile files, so you
can use Nix.
6. Start the Nix daemon.
Would you like to see a more detailed list of what I will do?
[y/n] y
I 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 I'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
- back up /etc/bash.bashrc to /etc/bash.bashrc.backup-before-nix
- update /etc/bash.bashrc to include some Nix configuration
- create a Nix volume and a LaunchDaemon to mount it
- create 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 I 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. I 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 I use sudo?
[y/n] y
Yay! Thanks! Let's get going!
~~> Fixing any leftover Nix volume state
Before I try to install, I'll check for any existing Nix volume config
and ask for your permission to remove it (so that the installer can
start fresh). I'll also ask for permission to fix any issues I spot.
---- Found existing Nix volume -------------------------------------------------
special: disk3s7
uuid: 89295E97-D454-4FD5-A557-F1D7957B2EDA
encrypted: yes
---- sudo execution ------------------------------------------------------------
---- sudo execution ------------------------------------------------------------
I am executing:
I am executing:
$ sudo /usr/sbin/diskutil apfs unlockVolume disk3s7 -verify -stdinpassphrase -user 89295E97-D454-4FD5-A557-F1D7957B2EDA
to confirm the password actually unlocks the volume
$ sudo security find-generic-password -s 89295E97-D454-4FD5-A557-F1D7957B2EDA -w
to confirm keychain has a password that unlocks this volume
Verifying the specific cryptographic user 89295E97-D454-4FD5-A557-F1D7957B2EDA on APFS Volume disk3s7
Passphrase valid
Found a working decryption password in keychain :)
~~> Checking for artifacts of previous installs
Before I try to install, I'll check for signs Nix already is or has
been installed on this system.
---- Nix config report ---------------------------------------------------------
Temp Dir: /var/folders/tw/7xxgrsjd0lg7c4f6j4c_b88w0000gn/T/tmp.aEKvEa4rq1
Nix Root: /nix
Build Users: 32
Build Group ID: 30000
Build Group Name: nixbld
build users:
Username: UID
_nixbld1: 301
_nixbld2: 302
_nixbld3: 303
_nixbld4: 304
_nixbld5: 305
_nixbld6: 306
_nixbld7: 307
_nixbld8: 308
_nixbld9: 309
_nixbld10: 310
_nixbld11: 311
_nixbld12: 312
_nixbld13: 313
_nixbld14: 314
_nixbld15: 315
_nixbld16: 316
_nixbld17: 317
_nixbld18: 318
_nixbld19: 319
_nixbld20: 320
_nixbld21: 321
_nixbld22: 322
_nixbld23: 323
_nixbld24: 324
_nixbld25: 325
_nixbld26: 326
_nixbld27: 327
_nixbld28: 328
_nixbld29: 329
_nixbld30: 330
_nixbld31: 331
_nixbld32: 332
Ready to continue?
[y/n] y
---- Preparing a Nix volume ----------------------------------------------------
Nix traditionally stores its data in the root directory /nix, but
macOS now (starting in 10.15 Catalina) has a read-only root directory.
To support Nix, I will create a volume and configure macOS to mount it
at /nix.
~~> Configuring /etc/synthetic.conf to make a mount-point at /nix
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/ex -u NONE -n /etc/synthetic.conf
to add Nix to /etc/synthetic.conf
~~> Creating a Nix volume
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/sbin/diskutil unmount force disk3s7
to ensure the Nix volume is not mounted
Volume Nix Store on disk3s7 force-unmounted
~~> Configuring /etc/fstab to specify volume mount options
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/sbin/vifs
to add nix to fstab
~~> Configuring LaunchDaemon to mount 'Nix Store'
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/ex -u NONE -n /Library/LaunchDaemons/org.nixos.darwin-store.plist
to install the Nix volume mounter
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo launchctl bootstrap system /Library/LaunchDaemons/org.nixos.darwin-store.plist
to launch the Nix volume mounter
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo launchctl kickstart -k system/org.nixos.darwin-store
to launch the Nix volume mounter
~~> Setting up the build group nixbld
Exists: Yes
~~> Setting up the build user _nixbld1
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld1 RealName Nix build user 1
in order to give _nixbld1 a useful note
Note: Nix build user 1
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld2
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld2 RealName Nix build user 2
in order to give _nixbld2 a useful note
Note: Nix build user 2
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld3
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld3 RealName Nix build user 3
in order to give _nixbld3 a useful note
Note: Nix build user 3
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld4
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld4 RealName Nix build user 4
in order to give _nixbld4 a useful note
Note: Nix build user 4
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld5
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld5 RealName Nix build user 5
in order to give _nixbld5 a useful note
Note: Nix build user 5
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld6
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld6 RealName Nix build user 6
in order to give _nixbld6 a useful note
Note: Nix build user 6
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld7
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld7 RealName Nix build user 7
in order to give _nixbld7 a useful note
Note: Nix build user 7
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld8
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld8 RealName Nix build user 8
in order to give _nixbld8 a useful note
Note: Nix build user 8
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld9
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld9 RealName Nix build user 9
in order to give _nixbld9 a useful note
Note: Nix build user 9
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld10
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld10 RealName Nix build user 10
in order to give _nixbld10 a useful note
Note: Nix build user 10
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld11
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld11 RealName Nix build user 11
in order to give _nixbld11 a useful note
Note: Nix build user 11
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld12
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld12 RealName Nix build user 12
in order to give _nixbld12 a useful note
Note: Nix build user 12
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld13
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld13 RealName Nix build user 13
in order to give _nixbld13 a useful note
Note: Nix build user 13
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld14
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld14 RealName Nix build user 14
in order to give _nixbld14 a useful note
Note: Nix build user 14
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld15
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld15 RealName Nix build user 15
in order to give _nixbld15 a useful note
Note: Nix build user 15
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld16
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld16 RealName Nix build user 16
in order to give _nixbld16 a useful note
Note: Nix build user 16
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld17
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld17 RealName Nix build user 17
in order to give _nixbld17 a useful note
Note: Nix build user 17
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld18
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld18 RealName Nix build user 18
in order to give _nixbld18 a useful note
Note: Nix build user 18
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld19
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld19 RealName Nix build user 19
in order to give _nixbld19 a useful note
Note: Nix build user 19
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld20
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld20 RealName Nix build user 20
in order to give _nixbld20 a useful note
Note: Nix build user 20
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld21
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld21 RealName Nix build user 21
in order to give _nixbld21 a useful note
Note: Nix build user 21
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld22
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld22 RealName Nix build user 22
in order to give _nixbld22 a useful note
Note: Nix build user 22
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld23
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld23 RealName Nix build user 23
in order to give _nixbld23 a useful note
Note: Nix build user 23
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld24
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld24 RealName Nix build user 24
in order to give _nixbld24 a useful note
Note: Nix build user 24
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld25
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld25 RealName Nix build user 25
in order to give _nixbld25 a useful note
Note: Nix build user 25
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld26
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld26 RealName Nix build user 26
in order to give _nixbld26 a useful note
Note: Nix build user 26
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld27
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld27 RealName Nix build user 27
in order to give _nixbld27 a useful note
Note: Nix build user 27
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld28
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld28 RealName Nix build user 28
in order to give _nixbld28 a useful note
Note: Nix build user 28
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld29
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld29 RealName Nix build user 29
in order to give _nixbld29 a useful note
Note: Nix build user 29
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld30
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld30 RealName Nix build user 30
in order to give _nixbld30 a useful note
Note: Nix build user 30
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld31
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld31 RealName Nix build user 31
in order to give _nixbld31 a useful note
Note: Nix build user 31
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the build user _nixbld32
Exists: Yes
Hidden: Yes
Home Directory: /var/empty
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/dscl . -create /Users/_nixbld32 RealName Nix build user 32
in order to give _nixbld32 a useful note
Note: Nix build user 32
Logins Disabled: Yes
Member of nixbld: Yes
PrimaryGroupID: 30000
~~> Setting up the basic directory structure
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/sbin/chown -R root:nixbld /nix
to take root ownership of existing Nix store files
chown: /nix/.Spotlight-V100: Operation not permitted
chown: /nix/.Spotlight-V100: Operation not permitted
chown: /nix/.Trashes: Operation not permitted
chown: /nix/.Trashes: Operation not permitted
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo install -dv -m 0755 /nix /nix/var /nix/var/log /nix/var/log/nix /nix/var/log/nix/drvs /nix/var/nix /nix/var/nix/db /nix/var/nix/gcroots /nix/var/nix/profiles /nix/var/nix/temproots /nix/var/nix/userpool /nix/var/nix/daemon-socket /nix/var/nix/gcroots/per-user /nix/var/nix/profiles/per-user
to make the basic directory structure of Nix (part 1)
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo install -dv -g nixbld -m 1775 /nix/store
to make the basic directory structure of Nix (part 2)
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo install -dv -m 0555 /etc/nix
to place the default nix daemon configuration (part 1)
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo install -m 0664 /var/folders/tw/7xxgrsjd0lg7c4f6j4c_b88w0000gn/T/tmp.aEKvEa4rq1/.nix-channels /var/root/.nix-channels
to set up the default system channel (part 1)
~~> Installing Nix
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo cp -RPp ./store/0g19hc1wawrh62b9pb1lhihv3c2ssix4-apple-framework-IOKit-11.0.0 ./store/0lks2vd6pr8w4171b8nab0kb5h1azlmm-aws-crt-cpp-0.19.8 ./store/2034rrz9mmc9c1hivzpmxjnvl0j32b29-aws-c-io-0.13.19 ./store/2i1in9jacyyhp2igwam8v1g5bdxrkpnf-nlohmann_json-3.11.2 ./store/38777228rff6dp7rdbbp68czk9gkxhpr-libidn2-2.3.4 ./store/4d8x4sbg8697hmrh2x2nrmjhrnvf6i94-nix-2.18.0 ./store/4j8yzy8pv19nby2zf75nfnxc9ywnr713-xz-5.4.3 ./store/4xfl3g591h2qh08x4igv7zp6f7gk6w8i-editline-1.17.1 ./store/6h7x2zic1bw8nrz5pkr29avllb89yv6y-nghttp2-1.51.0-lib ./store/7910b490xk05wq66sjc85xbqr0zjr5n0-aws-c-sdkutils-0.1.9 ./store/7avcas47b0g25c9bk7m4xb7p5p636qs7-bash-5.2-p15 ./store/854yzbqbh8xyn51g9pq144jhzpqsk1lg-libcxx-11.1.0 ./store/98i2xwcxj003szq6cfkiiv834q71nif5-aws-sdk-cpp-1.11.37 ./store/acx94cri4a9vf1i3zn1wrx0y7863saxv-apple-framework-CoreFoundation-11.0.0 ./store/alc0r5abfxn1sjgj28dir5pbw447ci1y-bzip2-1.0.8 ./store/b5k0k7blsfwlxqf929mayv3grxnn64lg-openssl-3.0.10 ./store/cg8i7p06kjbz4caq5zc8m6iq8as83vgs-zlib-1.2.13 ./store/dzrbvhyqkwqnkavrzyj7s3ydjx1xhg2g-sqlite-3.41.2 ./store/f0zc9m5skbyw3x1gzs66g23gml39qslf-libiconv-50 ./store/fq8839wa87bq46d7g9q5xmp49knvn3lk-aws-c-s3-0.2.8 ./store/gky12ai26saxyvki60g0zld0sank42c9-libsodium-1.0.18 ./store/gmqzqg2xlhk29bzx2ms00w5zc6d1l80a-nss-cacert-3.92 ./store/grz5f8bmp66c6n0pdalhpcz31w8z1r8g-aws-c-mqtt-0.8.8 ./store/h7mm60yf805y7hzif52dbrv7hr44dbzz-libkrb5-1.20.1 ./store/jj5876yyswpvl83w4w1k9q00h5jigfmd-boehm-gc-8.2.2 ./store/jnvl35x56qch5xkqqxnv6vjqs1slasjj-aws-c-http-0.7.6 ./store/jvjdxxgsdj765lrn2bi1h9382p90mz5v-libobjc-11.0.0 ./store/kp1lwvhr35gxh31i135ngfc547libdri-aws-checksums-0.1.14 ./store/l47kv376qsxg966iann49x65w7pm0mjw-libunistring-1.1 ./store/m1l01v2zd1kxy4cd8kibxbwrl7vmzf5g-libarchive-3.6.2-lib ./store/m37ax80f8c4v785j0ff5flri2cch0jbi-aws-c-common-0.8.15 ./store/m548cjg7ljlvh4vribm8nwsc8mnsyqzv-curl-8.1.1 ./store/p1grcmglf9fn8cwfd573ds6x2r75g4zn-apple-framework-CoreFoundation-11.0.0 ./store/phxkskx712b2k02zf3zas2bpvvb7nh7i-aws-c-auth-0.6.26 ./store/rqc38pkikvmr8flsrv3ph51da9gw7qls-apple-lib-libDER ./store/s6zxal1s5kkrv9jxhdai488h4crzd4q4-aws-c-compression-0.2.16 ./store/vq8yqxpq6ccpqva5c0mc153c9fmxf68l-apple-framework-Security-11.0.0 ./store/x9ggbq2a0inhlsxy4r1zqmr61m2j66h3-libcxxabi-11.1.0 ./store/ydvq74hl4d44ynfcz63waxf08ksl9h9i-libxml2-2.10.4 ./store/ypbmad205lsxshkjvrjgkaw5dima5jc3-zstd-1.5.5 ./store/yvsjvmwihi8kvsgvk9djm47spad0i317-aws-c-event-stream-0.2.20 ./store/zf3yfginwjpngzayszr2vwbbcc8njk7h-aws-c-cal-0.5.21 ./store/zjpg0fp5rc6hzggsr9vkzjzyscc0r5h1-libssh2-1.11.0 ./store/zlc4jmhyk08qsydmpbalk27h3qcwpp26-brotli-1.0.9-lib /nix/store/
to copy the basic Nix files to the new store at /nix/store
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo chmod -R ugo-w /nix/store/
to make the new store non-writable at /nix/store
Alright! We have our first nix at /nix/store/4d8x4sbg8697hmrh2x2nrmjhrnvf6i94-nix-2.18.0
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo HOME=/var/root /nix/store/4d8x4sbg8697hmrh2x2nrmjhrnvf6i94-nix-2.18.0/bin/nix-store --load-db
to load data for the first time in to the Nix Database
/var/folders/tw/7xxgrsjd0lg7c4f6j4c_b88w0000gn/T/nix-binary-tarball-unpack.XXXXXXXXXX.dUhEm0Uq32/unpack/nix-2.18.0-aarch64-darwin/create-darwin-volume.sh: line 354: 3733 Killed: 9 sudo "$@"
---- oh no! --------------------------------------------------------------------
Oh no, 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.
You can open an issue at
https://github.com/NixOS/nix/issues/new?labels=installer&template=installer.md
Or get in touch with the community: https://nixos.org/community
The text was updated successfully, but these errors were encountered:
For future reference: you don't have to reinstall after the update. The update is overwriting the shell hook, but you can just replace it. See #3616 for more.
Describe the bug
so i had an install of nix already, but for some reason i started getting errors all of a suddent that the
nix-shell
command did not exist.so i tried reinstalling it and got this error:
The text was updated successfully, but these errors were encountered: