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 3075601 commit b0737e6Copy full SHA for b0737e6
template/{% if nix %}overlay.nix{% endif %}.jinja
@@ -9,6 +9,10 @@ final: prev: {
9
buildInputs = old.buildInputs or [ ] ++ [ py-final.flit-core ];
10
});
11
12
+ pydantic = py-prev.pydantic.overrideAttrs (old: {
13
+ buildInputs = old.buildInputs or [ ] ++ [ final.libxcrypt ];
14
+ });
15
+
16
flake8-todo = py-prev.flake8-todo.overridePythonAttrs (old: {
17
buildInputs = old.buildInputs or [ ] ++ [ py-final.setuptools ];
18
0 commit comments