nix: use proper python environment
This commit is contained in:
parent
ac9f1f2d6d
commit
289b1ce455
1 changed files with 5 additions and 4 deletions
|
|
@ -56,10 +56,11 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pkgs.python3Packages.black
|
||||
pkgs.python3Packages.isort
|
||||
pkgs.python3Packages.mypy
|
||||
python3
|
||||
(python3.withPackages (ps: with ps; [
|
||||
black
|
||||
isort
|
||||
mypy
|
||||
]))
|
||||
];
|
||||
|
||||
inherit (self.checks.${system}.pre-commit) shellHook;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue