summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index ef6199c7..3aad1a2a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -51,7 +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 simp_le_0_17 = callPackage ./simp_le {};
55 certbot = callPackage ./certbot {}; 54 certbot = callPackage ./certbot {};
56 55
57 python3PackagesPlus = callPackage ./python-packages { 56 python3PackagesPlus = callPackage ./python-packages {
@@ -65,7 +64,5 @@ rec {
65 inherit mylibs; 64 inherit mylibs;
66 }; 65 };
67 66
68 niv = (import sources.niv {}).niv;
69
70 fiche = callPackage ./fiche { inherit mylibs; }; 67 fiche = callPackage ./fiche { inherit mylibs; };
71} 68}