bcachefs support

This commit is contained in:
Jörg Thalheim 2022-12-29 18:46:31 +01:00
parent cb5748f03a
commit eca7cb9132
4 changed files with 61 additions and 3 deletions

View file

@ -545,6 +545,7 @@ rec {
else if (config.format == "ext2") then [ pkgs.e2fsprogs ]
else if (config.format == "ext3") then [ pkgs.e2fsprogs ]
else if (config.format == "ext4") then [ pkgs.e2fsprogs ]
else if (config.format == "bcachefs") then [ pkgs.bcachefs-tools ]
else []
);
};