Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 376b83f

Browse files
Update poetry.lock (#583)
Co-authored-by: devops <[email protected]>
1 parent f1a22bb commit 376b83f

File tree

7 files changed

+324
-343
lines changed

7 files changed

+324
-343
lines changed

flake.lock

Lines changed: 70 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,6 @@
1818
groups = [ ];
1919
# We remove `"dev"` from `checkGroups`, so that poetry2nix does not try to resolve dev dependencies.
2020
checkGroups = [ ];
21-
overrides = prev.poetry2nix.overrides.withDefaults
22-
(finalPython: prevPython:
23-
let
24-
markdown-it-py-wo-mdit-py-plugins =
25-
prevPython.markdown-it-py.overridePythonAttrs (oldAttrs: {
26-
propagatedBuildInputs =
27-
builtins.filter (p: p.pname != "mdit-py-plugins")
28-
oldAttrs.propagatedBuildInputs;
29-
buildInputs = (oldAttrs.buildInputs or [ ])
30-
++ [ finalPython.flit-core ];
31-
});
32-
in {
33-
nanoid = prevPython.nanoid.overridePythonAttrs (oldAttrs: {
34-
buildInputs = (oldAttrs.buildInputs or [ ])
35-
++ [ prevPython.setuptools ];
36-
});
37-
38-
mdit-py-plugins =
39-
prevPython.mdit-py-plugins.overridePythonAttrs
40-
(oldAttrs: {
41-
propagatedBuildInputs =
42-
builtins.filter (p: p.pname != "markdown-it-py")
43-
oldAttrs.propagatedBuildInputs;
44-
buildInputs = (oldAttrs.buildInputs or [ ])
45-
++ [ markdown-it-py-wo-mdit-py-plugins ];
46-
});
47-
});
4821
};
4922
in rec {
5023
pyk = pyk-python310;

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.403
1+
0.1.404

0 commit comments

Comments
 (0)