Loading
nixos/zram-as-tmp: fix boot failure caused by e2fsprogs not available
This module made the assumption that `e2fsprogs` will always be available in `system.fsPackages`, whereas on my system with tmpfs as root+btrfs setup, e2fsprogs is not added to `fsPackages`, causing zram-generator failed to find mkfs.ext4. Related log: ``` systemd-makefs[555]: mkfs binary for ext4 is not available. ``` (cherry picked from commit fb093b46)