X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fdefault.nix;h=3b0e9377217942315bffbf78d9d9356d7886a4a2;hb=4099c7f44bc542c9af64e55b1d3b54b13a4f10d3;hp=b02c63ec2c7d3e0837ad873f4a5044125bd40a0b;hpb=ea3b46ee264fc1c01d62a7f3ee538b14cb6e3dca;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/default.nix b/pkgs/default.nix index b02c63e..3b0e937 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -45,19 +45,12 @@ rec { bitlbee-mastodon = callPackage ./bitlbee-mastodon {}; composerEnv = callPackage ./composer-env {}; - webapps = callPackage ./webapps { inherit mylibs composerEnv private; }; + webapps = callPackage ./webapps { inherit mylibs composerEnv; }; monitoring-plugins = callPackage ./monitoring-plugins {}; 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 {}; - - private = if builtins.pathExists (./. + "/private") - then import ./private { inherit pkgs; } - else { webapps = {}; }; - python3PackagesPlus = callPackage ./python-packages { python = python3; inherit mylibs; @@ -68,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; }; }