tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lsyncd: removed support for Darwin
bobvanderlinden.tngl.sh
9 years ago
61431e23
ca717d0d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
sync
lsyncd
default.nix
+1
-1
pkgs/applications/networking/sync/lsyncd/default.nix
···
29
29
homepage = https://github.com/axkibe/lsyncd;
30
30
description = "A utility that synchronizes local directories with remote targets";
31
31
license = licenses.gpl2;
32
32
-
platforms = platforms.unix;
32
32
+
platforms = platforms.linux;
33
33
maintainers = with maintainers; [ bobvanderlinden ];
34
34
};
35
35
}