mermet: nebula: sourcephile.fr: adapt to new conventions
[sourcephile-nix.git] / nixpkgs / overlays.nix
index 79b9f69c657c37718554b23e36cba09ca8756f28..2a6f77cdc83f40a0475561a13578dfa91399b323 100644 (file)
@@ -1,9 +1,26 @@
 map import
-[ overlays/lib/filesystem.nix
-  overlays/lib/strings.nix
-  #overlays/public-inbox.nix
-  overlays/smartctl-tbw.nix
-  overlays/swaplist.nix
-  overlays/notmuch.nix
-  #overlays/zerobin.nix
+  [
+    overlays/lib/filesystem.nix
+    overlays/lib/strings.nix
+    #overlays/gnupg.nix
+    overlays/iodine.nix
+    overlays/matrirc.nix
+    #overlays/public-inbox.nix
+    #overlays/hydra.nix
+    #overlays/zerobin.nix
+    #overlays/sourcehut.nix
+  ] ++ [
+  #(self: super: { biboumi = super.callPackage pkgs/biboumi {}; })
+  /*
+    (final: super: {
+    pythonPackages = (super.python.override {
+      packageOverrides = super.lib.const (python-super: {
+        # TODO: remove after https://github.com/NixOS/nixpkgs/pull/152698 has hit master
+        dbus-python = python-super.dbus-python.overrideAttrs (oldAttrs: rec {
+          #configureFlags = ["PYTHON=${super.python.pythonForBuild.interpreter}"];
+        });
+      });
+    }).pkgs;
+    })
+  */
 ]