aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/python-packages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/python-packages/default.nix b/overlays/python-packages/default.nix
index 901cd72..11dea09 100644
--- a/overlays/python-packages/default.nix
+++ b/overlays/python-packages/default.nix
@@ -23,6 +23,7 @@ in
23 23
24 24
25 apprise = fromMyPythonPackages "apprise"; 25 apprise = fromMyPythonPackages "apprise";
26 blivet3 = fromMyPythonPackages "blivet3";
26 buildbot = import ./buildbot.nix; 27 buildbot = import ./buildbot.nix;
27 wokkel = fromMyPythonPackages "wokkel"; 28 wokkel = fromMyPythonPackages "wokkel";
28 pymilter = fromMyPythonPackages "pymilter"; 29 pymilter = fromMyPythonPackages "pymilter";