Skip to content

Commit

Permalink
devshell: add python LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Aug 19, 2024
1 parent 6a64efe commit 0b7dc44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
devshell.packages = with pkgs; [
gnumake
virtualenv
(pkgs.python3.withPackages (p: [
# select Python packages here
p.python-lsp-ruff
p.python-lsp-server
p.python-lsp-server.optional-dependencies
]))
];
};
});
Expand Down

0 comments on commit 0b7dc44

Please sign in to comment.