+
+
+### Installation
+
+You can use this repo as a channel.
+
+Or, you can use an overlay. For example, you could create a `~/.config/nixpkgs/overlays/syncthing-set-id.nix` with this in it:
+
+ self: super:
+ let
+ syncthing-set-id-pkgs = import (builtins.fetchGit {
+ url = "https://scottworley.com/syncthing-set-id.git";
+ ref = "master";
+ rev = "0c29f01e83fdadd491b930a9108519be03c7937d";
+ }) { pkgs = self; };
+ in { inherit (syncthing-set-id-pkgs) syncthing-set-id; }
+
+And then
+
+ $ nix-env -iA nixos.syncthing-set-id