]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
Add monitoring script with smartctl
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix
deleted file mode 100644 (file)
index 747bbe6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{ mylibs, callPackage, python }:
-{
-  apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
-  buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; };
-  wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
-}