]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/mypackages/pkgs/python-packages/default.nix
Add flake skeletons
[perso/Immae/Config/Nix.git] / flakes / mypackages / pkgs / python-packages / default.nix
similarity index 88%
rename from pkgs/python-packages/default.nix
rename to flakes/mypackages/pkgs/python-packages/default.nix
index 21c4204bf054034aca40fe7e1cf5b562ac7f6409..f0c783a5fdf1458cda2daae052ddb7d85d2067ae 100644 (file)
@@ -1,4 +1,4 @@
-{ mylibs, callPackage, python }:
+{ callPackage, python }:
 {
   blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
   pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };