]> git.scottworley.com Git - syncthing-autoregister/blame - default.nix
Verify files sync after "nixos-rebuild switch"
[syncthing-autoregister] / default.nix
CommitLineData
0c29f01e
SW
1{ pkgs ? import <nixpkgs> { }, }:
2
3pkgs.lib.makeScope pkgs.newScope (self:
4 with self; {
5
aaeffc92 6 syncthing-set-id = callPackage ./pkgs/syncthing-set-id.nix { };
0c29f01e
SW
7
8 })