X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/edaaa0c0ab2761711c3b9217a2c7396a56d6a54e..752d37291d831f952f4998e75b4180a4690fc979:/default.nix 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 { }; - }) + } +)