nixos-images icon indicating copy to clipboard operation
nixos-images copied to clipboard

nixos-unstable release doesn't include `nixos-install-tools` package

Open azahi opened this issue 9 months ago • 0 comments

To reproduce (as per documentation):

This doesn't allow running nixos-install.

curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf- -C /root
/root/kexec/run

This does:

curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-23.11/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf- -C /root
/root/kexec/run

Using nixos-anywhere on the nixos-unstable image fails with:

photo_2024-05-21_16-51-04

azahi avatar May 22 '24 08:05 azahi