exfat-utils, fuse_exfat -> exfat

`exfat-utils' and `fuse_exfat' are both aliases of `exfat'
This commit is contained in:
volth
2018-04-12 11:23:52 +00:00
committed by GitHub
parent ad45ebeb3c
commit 49ed1229b6
+1 -1
View File
@@ -5,7 +5,7 @@ with lib;
{ {
config = mkIf (any (fs: fs == "exfat") config.boot.supportedFilesystems) { config = mkIf (any (fs: fs == "exfat") config.boot.supportedFilesystems) {
system.fsPackages = [ pkgs.exfat-utils pkgs.fuse_exfat ]; system.fsPackages = [ pkgs.exfat ];
}; };
} }