lol

Add unionfs-fuse and ntfs-3g to the channel

+2
+1
pkgs/tools/filesystems/ntfs-3g/default.nix
··· 38 38 homepage = http://www.tuxera.com/community/; 39 39 description = "FUSE-base NTFS driver with full write support"; 40 40 maintainers = [ stdenv.lib.maintainers.urkud ]; 41 + platforms = stdenv.lib.platforms.linux; 41 42 }; 42 43 }
+1
pkgs/tools/filesystems/unionfs-fuse/default.nix
··· 28 28 homepage = http://podgorny.cz/moin/UnionFsFuse; 29 29 license = stdenv.lib.licenses.bsd3; 30 30 maintainers = [ stdenv.lib.maintainers.shlevy ]; 31 + platforms = stdenv.lib.platforms.linux; 31 32 }; 32 33 }