]> git.scottworley.com Git - syncthing-autoregister/commitdiff
pkg structure
authorScott Worley <scottworley@scottworley.com>
Wed, 22 Jul 2020 18:00:18 +0000 (11:00 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 22 Jul 2020 18:00:18 +0000 (11:00 -0700)
default.nix
pkgs/syncthing-set-id.nix [moved from syncthing-set-id.nix with 100% similarity]

index 320a65f50d0746a1473e6a4ea694dfb40d0a6e81..574d8725d68b4cce2daca5f1ba5b2a350391ad0b 100644 (file)
@@ -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 { };
 
   })