X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/edaaa0c0ab2761711c3b9217a2c7396a56d6a54e..a811aa4a1c703ab559390310e21cab7625b8b947:/default.nix?ds=sidebyside diff --git a/default.nix b/default.nix index 1413fef..348ba97 100644 --- a/default.nix +++ b/default.nix @@ -1,10 +1,13 @@ -{ pkgs ? import { }, }: +{ + pkgs ? import { }, +}: -pkgs.lib.makeScope pkgs.newScope (self: - with self; { +pkgs.lib.makeScope pkgs.newScope ( + self: with self; { homeless-gpg = callPackage ./pkgs/homeless-gpg.nix { }; keyed-gpg = callPackage ./pkgs/keyed-gpg.nix { }; - }) + } +)