New comment by LinArcX on void-packages repository https://github.com/void-linux/void-packages/issues/18970#issuecomment-583849387 Comment: You mean here: https://nixos.org/nix/manual/#chap-installation But it gives me errors: ``` ╰ sh <(curl https://nixos.org/nix/install) --no-daemon % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2399 100 2399 0 0 2403 0 --:--:-- --:--:-- --:--:-- 2401 downloading Nix 2.3.2 binary tarball for x86_64-linux from 'https://nixos.org/releases/nix/nix-2.3.2/nix-2.3.2-x86_64-linux.tar.xz' to '/tmp/nix-binary-tarball-unpack.iXZZCLO5FP'... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 15.1M 100 15.1M 0 0 373k 0 0:00:41 0:00:41 --:--:-- 418k tar (child): xz: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now /proc/self/fd/11: failed to unpack 'https://nixos.org/releases/nix/nix-2.3.2/nix-2.3.2-x86_64-linux.tar.xz' ``` If you mean this part: https://nixos.org/nix/manual/#ch-basic-package-mgmt I got these errors: ``` nix-channel --update unpacking channels... while setting up the build environment: executing '/usr/bin/bash': No such file or directory builder for '/nix/store/b8l4jqfrjdpb1mji2p162bbw98zia0lp-nixpkgs-20.03pre211998.57ed5db343f.drv' failed with exit code 1 error: build of '/nix/store/b8l4jqfrjdpb1mji2p162bbw98zia0lp-nixpkgs-20.03pre211998.57ed5db343f.drv' failed ``` error: program '/usr/bin/nix-env' failed with exit code 100