You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
squashfs -> ext4, which makes images ~5x larger. :(
NixOS/nixpkgs#236656 changed NixOS's qemu-vm
disk-finding mechanism to use filesystem labels.
squashfs doesn't support filesystem labels (see
plougher/squashfs-tools#59 ).
So we can't use squashfs anymore. :(
The simple test's nix store image is 240M as squashfs and 1.3G as ext4.
0 commit comments