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
The installer hangs on the final step and I can't kill the process using CTRL+C. Opening another session, I can see that the directory does not exist and /nix/receipt.json shows the step as successful. I have tried v0.27.0 on Ubuntu 20.04 and 24.04. The issue also occurs with v0.29.0.
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
> sh -s -- install
info: downloading installer https://install.determinate.systems/nix/tag/v0.29.0/nix-installer-x86_64-linux
INFO nix-installer v0.29.0
`nix-installer` needs to run as `root`, attempting to escalate now via `sudo`...
INFO nix-installer v0.29.0
Nix install plan (v0.29.0)
Planner: linux (with default settings)
Planned actions:
* Create directory `/nix`
* Extract the bundled Nix (originally from /nix/store/sccdqbmdj8ibwlgx174a7hargnabbsgs-nix-binary-tarball-2.24.10/nix-2.24.10-x86_64-linux.tar.xz)
* Create a directory tree in `/nix`
* Move the downloaded Nix into `/nix`
* Create build users (UID 30001-30032) and group (GID 30000)
* Setup the default Nix profile
* Place the Nix configuration in `/etc/nix/nix.conf`
* Configure the shell profiles
* Create directory `/etc/tmpfiles.d`
* Configure upstream Nix daemon service
* Remove directory `/nix/temp-install-dir`
Proceed? ([Y]es/[n]o/[e]xplain): Y
INFO Step: Create directory `/nix`
INFO Step: Provision Nix
INFO Step: Create build users (UID 30001-30032) and group (GID 30000)
INFO Step: Configure Nix
INFO Step: Create directory `/etc/tmpfiles.d`
INFO Step: Configure upstream Nix daemon service
INFO Step: Remove directory `/nix/temp-install-dir`
If you can reliably reproduce this, I'd love to see the trace logs to help diagnose. Passing -vvv should get you that info. Feel free to gist it and post the link here.
Might be worth noting that I tried running the command that self_test was running (the last line in the output before it got stuck). It ran without issue.
The installer hangs on the final step and I can't kill the process using CTRL+C. Opening another session, I can see that the directory does not exist and
/nix/receipt.json
shows the step as successful. I have tried v0.27.0 on Ubuntu 20.04 and 24.04. The issue also occurs with v0.29.0.Contents of
/nix/receipt.json
:The text was updated successfully, but these errors were encountered: