]> git.scottworley.com Git - syncthing-autoregister/blob - default.nix
574d8725d68b4cce2daca5f1ba5b2a350391ad0b
[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 ./pkgs/syncthing-set-id.nix { };
7
8 })