Skip to content

Commit e0373b4

Browse files
committed
exfat support
1 parent 49f8aa7 commit e0373b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types/filesystem.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
else if (config.format == "ext4") then [ pkgs.e2fsprogs ]
102102
else if (config.format == "bcachefs") then [ pkgs.bcachefs-tools ]
103103
else if (config.format == "f2fs") then [ pkgs.f2fs-tools ]
104+
else if (config.format == "exfat") then [ pkgs.exfatprogs ]
104105
else [ ]
105106
);
106107
description = "Packages";

0 commit comments

Comments
 (0)