aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 10:43:29 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 10:43:29 +0200
commit6b6db4e26a03928a3327f0c3622c3c807b7ecde9 (patch)
treeff3cb5bb04c2a4d21489cf0005125104b389d4e9 /overlays
parent051f375ca96f448820f0da33a24a8ee4bb937ad2 (diff)
downloadNix-6b6db4e26a03928a3327f0c3622c3c807b7ecde9.tar.gz
Nix-6b6db4e26a03928a3327f0c3622c3c807b7ecde9.tar.zst
Nix-6b6db4e26a03928a3327f0c3622c3c807b7ecde9.zip
Add blivet3 repackaging (work in progress)
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";