aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-24 01:51:51 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-24 01:51:51 +0200
commit2c8d7056989d13d0b8808994b69530e1993e19a4 (patch)
tree4572bae8922243701fe9c3f3774b62d617c3bf55 /pkgs
parent6a380f40811e9ed4a0fc129d52449a45869bf843 (diff)
downloadNix-2c8d7056989d13d0b8808994b69530e1993e19a4.tar.gz
Nix-2c8d7056989d13d0b8808994b69530e1993e19a4.tar.zst
Nix-2c8d7056989d13d0b8808994b69530e1993e19a4.zip
Use global niv
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index ef6199c..3aad1a2 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}