]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
Add flake skeletons
[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 21c4204..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{ mylibs, callPackage, python }:
-{
-  blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
-  pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
-  matrix-webhook = callPackage ./matrix-webhook.nix { pythonPackages = python.pkgs; };
-}