updates
This commit is contained in:
parent
f5dc24c0cb
commit
6ed140e881
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
@ -19,11 +19,11 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.default =
|
devShells.default =
|
||||||
let
|
# let
|
||||||
python = pkgs.python310.withPackages (ps: with ps; [
|
# python = pkgs.python310.withPackages (ps: with ps; [
|
||||||
poetry-core
|
# poetry-core
|
||||||
]);
|
# ]);
|
||||||
in
|
# in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
#python
|
#python
|
||||||
|
@ -80,14 +80,14 @@
|
||||||
pydocstyle = super.pydocstyle.overridePythonAttrs (
|
pydocstyle = super.pydocstyle.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = old.buildInputs ++ [
|
buildInputs = old.buildInputs ++ [
|
||||||
pkgs.python3Packages.poetry
|
pkgs.python3Packages.poetry-core
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
pydocstringformatter = super.pydocstringformatter.overridePythonAttrs (
|
pydocstringformatter = super.pydocstringformatter.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = old.buildInputs ++ [
|
buildInputs = old.buildInputs ++ [
|
||||||
pkgs.python3Packages.poetry
|
pkgs.python3Packages.poetry-core
|
||||||
pkgs.python3Packages.setuptools
|
pkgs.python3Packages.setuptools
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue