about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2016-07-30 21:59:19 +0200
committerGitHub <noreply@github.com>2016-07-30 21:59:19 +0200
commit255227780e481669c201960e77bda03ae392de1b (patch)
tree5c8207d3283ae3ea1c835963135023e54e32e0eb /pkgs/top-level
parentd5bec1a14576e357e456c1e9d7d3a65be25add4c (diff)
parent631edf7de8e6f2d39fbaf2da48f9b2bfff03ad86 (diff)
downloadnixlib-255227780e481669c201960e77bda03ae392de1b.tar
nixlib-255227780e481669c201960e77bda03ae392de1b.tar.gz
nixlib-255227780e481669c201960e77bda03ae392de1b.tar.bz2
nixlib-255227780e481669c201960e77bda03ae392de1b.tar.lz
nixlib-255227780e481669c201960e77bda03ae392de1b.tar.xz
nixlib-255227780e481669c201960e77bda03ae392de1b.tar.zst
nixlib-255227780e481669c201960e77bda03ae392de1b.zip
Merge pull request #17383 from jokogr/new/syncthing-inotify
syncthing-inotify: init at 0.8.3
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 96755b35c325..ac96ea3448fc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14737,6 +14737,8 @@ in
 
   syncthing013 = callPackage ../applications/networking/syncthing013 { };
 
+  syncthing-inotify = callPackage ../applications/networking/syncthing/inotify.nix { };
+
   # linux only by now
   synergy = callPackage ../applications/misc/synergy { };