-
Currently I am on arch linux and I want to switch to nix, my question is, is it possible to generate an ISO from this flake, to avoid the step of installing some other flavor first and then switch to this? I looked it up and found that it is possible to do so through |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
@YuanziX You're spot on, nixos-generators is exactly what you would need. you can do this all from arch using nix. i recommend you install from nix-installer from DeterminateSystems it would be a good idea to have iso's for this generate for releases, i plan on making a ci script for this eventually |
Beta Was this translation helpful? Give feedback.
@YuanziX You're spot on, nixos-generators is exactly what you would need.
you would clone the project, add the nixos-generators flake as per docs. and generate the iso using nixosConfigurations.hydenix
you can do this all from arch using nix. i recommend you install from nix-installer from DeterminateSystems
it would be a good idea to have iso's for this generate for releases, i plan on making a ci script for this eventually