mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
types.filesystem: add exfat pkgs
This commit is contained in:
parent
b8785a1c37
commit
5b7c6aafff
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
if (config.format == "xfs") then [ pkgs.xfsprogs ]
|
||||
else if (config.format == "btrfs") then [ pkgs.btrfs-progs ]
|
||||
else if (config.format == "vfat") then [ pkgs.dosfstools ]
|
||||
else if (config.format == "exfat") then [ pkgs.exfat ]
|
||||
else if (config.format == "ext2") then [ pkgs.e2fsprogs ]
|
||||
else if (config.format == "ext3") then [ pkgs.e2fsprogs ]
|
||||
else if (config.format == "ext4") then [ pkgs.e2fsprogs ]
|
||||
|
|
Loading…
Reference in a new issue