]> git.scottworley.com Git - syncthing-autoregister/blob - default.nix
Copy a's file over to b
[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 })