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
|
||||
{
|
||||
devShells.default =
|
||||
let
|
||||
python = pkgs.python310.withPackages (ps: with ps; [
|
||||
poetry-core
|
||||
]);
|
||||
in
|
||||
# let
|
||||
# python = pkgs.python310.withPackages (ps: with ps; [
|
||||
# poetry-core
|
||||
# ]);
|
||||
# in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
#python
|
||||
|
@ -80,14 +80,14 @@
|
|||
pydocstyle = super.pydocstyle.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [
|
||||
pkgs.python3Packages.poetry
|
||||
pkgs.python3Packages.poetry-core
|
||||
];
|
||||
}
|
||||
);
|
||||
pydocstringformatter = super.pydocstringformatter.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [
|
||||
pkgs.python3Packages.poetry
|
||||
pkgs.python3Packages.poetry-core
|
||||
pkgs.python3Packages.setuptools
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue