From: Scott Worley Date: Wed, 22 Jul 2020 18:00:18 +0000 (-0700) Subject: pkg structure X-Git-Url: http://git.scottworley.com/syncthing-autoregister/commitdiff_plain/aaeffc92aa6bf5a33cc56e7ee41d15ccaf240b2a pkg structure --- diff --git a/default.nix b/default.nix index 320a65f..574d872 100644 --- a/default.nix +++ b/default.nix @@ -3,6 +3,6 @@ pkgs.lib.makeScope pkgs.newScope (self: with self; { - syncthing-set-id = callPackage ./syncthing-set-id.nix { }; + syncthing-set-id = callPackage ./pkgs/syncthing-set-id.nix { }; }) diff --git a/syncthing-set-id.nix b/pkgs/syncthing-set-id.nix similarity index 100% rename from syncthing-set-id.nix rename to pkgs/syncthing-set-id.nix