nixos-wizard v0.1.1
Version 0.1.1 of nixos-wizard
has been released. This release includes several bug fixes and some small additions.
Fixes
- Fixed default partition layout always choosing ext4 for the filesystem
- The installation progress screen now correctly transitions to the "installation complete" screen after finishing the installation
- The flake is now wrapped with all of the commands it depends on, meaning that running it with
nix run
will always work - Installer now calls disko directly instead of using
nix run
. This was causing environments with limited resources to run out of memory during the installation.
Additions
- The preview of the generated configuration is now highlighted thanks to
bat
. - Altered orientation of buttons on the config preview screen
- Loading spinner on installation screen now uses a more tty-friendly spinner.
Note
This release and future releases will only ship with the installation media iso. The standalone binary is not meant to be run by itself, because the source code makes the assumption that the user is running it from the flake using nix run
.