Loading pkgs/tools/filesystems/bindfs/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { meta = { description = "A FUSE filesystem for mounting a directory to another location"; homepage = "https://bindfs.org"; changelog = "https://github.com/mpartel/bindfs/raw/${version}/ChangeLog"; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ lovek323 lovesegfault ]; platforms = lib.platforms.unix; Loading Loading
pkgs/tools/filesystems/bindfs/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { meta = { description = "A FUSE filesystem for mounting a directory to another location"; homepage = "https://bindfs.org"; changelog = "https://github.com/mpartel/bindfs/raw/${version}/ChangeLog"; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ lovek323 lovesegfault ]; platforms = lib.platforms.unix; Loading