]> git.scottworley.com Git - syncthing-autoregister/blob - default.nix
320a65f50d0746a1473e6a4ea694dfb40d0a6e81
[syncthing-autoregister] / default.nix
1 { pkgs ? import <nixpkgs> { }, }:
2
3 pkgs.lib.makeScope pkgs.newScope (self:
4 with self; {
5
6 syncthing-set-id = callPackage ./syncthing-set-id.nix { };
7
8 })