aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 3aad1a2..3b0e937 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -51,8 +51,6 @@ rec {
51 naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; }; 51 naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; };
52 naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; }; 52 naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; };
53 53
54 certbot = callPackage ./certbot {};
55
56 python3PackagesPlus = callPackage ./python-packages { 54 python3PackagesPlus = callPackage ./python-packages {
57 python = python3; 55 python = python3;
58 inherit mylibs; 56 inherit mylibs;