added typing to dev shell

This commit is contained in:
Kristian Krsnik 2023-08-13 14:01:44 +02:00
parent 83c79df6b9
commit 63fcfdaf3a
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
packages = with pkgs.${system}; [
(poetry2nix.mkPoetryEnv {projectDir = self;})
poetry
mypy
python310Packages.types-requests
];
};
});