diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-24 01:56:47 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:05:00 +0200 |
commit | dd4a3095d7296a2528d1e01bf5e9af2faba91bc0 (patch) | |
tree | 9e134985aa35c873677a285d258d8caa300c453e /pkgs/default.nix | |
parent | d01d2c5d3460e050f43bdc21b932a4b867d4f553 (diff) | |
download | NUR-dd4a3095d7296a2528d1e01bf5e9af2faba91bc0.tar.gz NUR-dd4a3095d7296a2528d1e01bf5e9af2faba91bc0.tar.zst NUR-dd4a3095d7296a2528d1e01bf5e9af2faba91bc0.zip |
Remove unused certbot
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 3aad1a2a..3b0e9377 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; |