]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
Squash changes containing private information
[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 441c5bc..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{ mylibs, callPackage, python }:
-{
-  blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
-  buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
-  wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
-  pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
-}