From aaeffc92aa6bf5a33cc56e7ee41d15ccaf240b2a Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 22 Jul 2020 11:00:18 -0700 Subject: [PATCH] pkg structure --- default.nix | 2 +- syncthing-set-id.nix => pkgs/syncthing-set-id.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename syncthing-set-id.nix => pkgs/syncthing-set-id.nix (100%) 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 -- 2.44.1