nixos-generators
nixos-generators copied to clipboard
-f raw, directly to device
Is it possible to write this directly to a device?;)
That way I don't have to dd it afterwards.
Did you end up figuring out how to do this?
The nix build process usually runs in a sandbox. In that sandbox there won't be a device available. Maybe something like the recently created disko_ install https://github.com/nix-community/disko/blob/master/docs/disko-install.md would be better suited for that usecase?