We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8774e9 commit f4d9caeCopy full SHA for f4d9cae
overlays/default.nix
@@ -11,6 +11,11 @@
11
}
12
);
13
14
+ # ERROR Missing dependencies: poetry-core<=2.1.3,>=1.1.0
15
+ matrix-synapse = prev.matrix-synapse.overrideAttrs (oldAttrs: {
16
+ pythonRemoveDeps = (oldAttrs.pythonRemoveDeps or [ ]) ++ [ "poetry-core" ];
17
+ });
18
+
19
open-webui = inputs.open-webui-0-6-18.legacyPackages.${final.system}.open-webui;
20
};
21
0 commit comments