diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-24 01:51:51 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:05:00 +0200 |
commit | d01d2c5d3460e050f43bdc21b932a4b867d4f553 (patch) | |
tree | 3ecc991410f1c3ea46a25107fd63e7f7be15e4b6 | |
parent | 2d39cc3abfbd073dcbf34ecb4c6bf78065eb71f9 (diff) | |
download | NUR-d01d2c5d3460e050f43bdc21b932a4b867d4f553.tar.gz NUR-d01d2c5d3460e050f43bdc21b932a4b867d4f553.tar.zst NUR-d01d2c5d3460e050f43bdc21b932a4b867d4f553.zip |
Use global niv
-rw-r--r-- | pkgs/default.nix | 3 |
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 | } |