NILFS2 support?
https://docs.kernel.org/filesystems/nilfs2.html
Would you be open to a PR?
Might work out of the box. Will report back
Yeah, this works out of the box. nilfs-utils is required though: https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=nilfs-utils
And possibly the nilfs2 kernel module (Not sure, I did both at the same time, but modprobe nilfs2 might be fine without requiring reboot if it is required)
disko can pull in additional tools automatically depending on the filesystem. Checkout this: https://github.com/nix-community/disko/pull/740
Oh nice. Will add and test if I format my system.
Thanks