tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Add unionfs-fuse and ntfs-3g to the channel
Rob Vermaas
12 years ago
ccda1487
1be45ef6
+2
2 changed files
expand all
collapse all
unified
split
pkgs
tools
filesystems
ntfs-3g
default.nix
unionfs-fuse
default.nix
+1
pkgs/tools/filesystems/ntfs-3g/default.nix
reviewed
···
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
41
+
platforms = stdenv.lib.platforms.linux;
41
42
};
42
43
}
+1
pkgs/tools/filesystems/unionfs-fuse/default.nix
reviewed
···
28
28
homepage = http://podgorny.cz/moin/UnionFsFuse;
29
29
license = stdenv.lib.licenses.bsd3;
30
30
maintainers = [ stdenv.lib.maintainers.shlevy ];
31
31
+
platforms = stdenv.lib.platforms.linux;
31
32
};
32
33
}