diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-08-25 23:49:34 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-09-30 00:40:56 +0200 |
commit | 56cfbfb0d8534122d1eaf45ef945d8010f831133 (patch) | |
tree | 2707ea14d154a2d6e20e23b73a5462a7448779d3 /overlays/python-packages | |
parent | 660cb973260f62551294f73e0811b37fc10fd467 (diff) | |
download | Nix-56cfbfb0d8534122d1eaf45ef945d8010f831133.tar.gz Nix-56cfbfb0d8534122d1eaf45ef945d8010f831133.tar.zst Nix-56cfbfb0d8534122d1eaf45ef945d8010f831133.zip |
Move packages to flakes
Diffstat (limited to 'overlays/python-packages')
-rw-r--r-- | overlays/python-packages/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlays/python-packages/default.nix b/overlays/python-packages/default.nix index 11dea09..601eed1 100644 --- a/overlays/python-packages/default.nix +++ b/overlays/python-packages/default.nix | |||
@@ -22,7 +22,6 @@ in | |||
22 | } // super.lib.attrsets.listToAttrs overriddenPythons; | 22 | } // super.lib.attrsets.listToAttrs overriddenPythons; |
23 | 23 | ||
24 | 24 | ||
25 | apprise = fromMyPythonPackages "apprise"; | ||
26 | blivet3 = fromMyPythonPackages "blivet3"; | 25 | blivet3 = fromMyPythonPackages "blivet3"; |
27 | buildbot = import ./buildbot.nix; | 26 | buildbot = import ./buildbot.nix; |
28 | wokkel = fromMyPythonPackages "wokkel"; | 27 | wokkel = fromMyPythonPackages "wokkel"; |