Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinism committed Jul 17, 2024
1 parent c8b2caa commit 73cb8b7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@
let
python-packages =
p: with p; [
pip
python-lsp-server
importmagic
epc
black
mypy
# python-lsp-server
# importmagic
# epc
# black
# mypy
];
in
{
# https://devenv.sh/packages/
packages = with pkgs; [
pdm
(python3.withPackages python-packages)
(python312.withPackages python-packages)
];

languages.python = {
Expand Down

0 comments on commit 73cb8b7

Please sign in to comment.