]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/default.nix
Migrate phpbb and remove manual tools pages
[perso/Immae/Config/Nix.git] / pkgs / default.nix
index 14d3ed6f87c3213c9d4f6764fd05a20a4ae7fbb8..3b0e9377217942315bffbf78d9d9356d7886a4a2 100644 (file)
@@ -51,9 +51,6 @@ rec {
   naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; };
   naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; };
 
-  simp_le_0_17 = callPackage ./simp_le {};
-  certbot = callPackage ./certbot {};
-
   python3PackagesPlus = callPackage ./python-packages {
     python = python3;
     inherit mylibs;
@@ -64,13 +61,6 @@ rec {
   dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian {
     inherit mylibs;
   };
-  monero_0_15_0_0 = (import (builtins.fetchTarball {
-    name = "nixos-19.09";
-    url = "https://releases.nixos.org/nixos/19.09/nixos-19.09.2145.c2c5dcc00b0/nixexprs.tar.xz";
-    sha256 = "0dh8qc3lzrba5mxxxh57i1374wc7ha3c30h7wsmj5zr7bhc5zm4p";
-  }) {}).monero;
-
-  niv = (import sources.niv {}).niv;
 
   fiche = callPackage ./fiche { inherit mylibs; };
 }