Skip to content

Commit

Permalink
Merge pull request #9 from pub-solar/nix-python-lsp
Browse files Browse the repository at this point in the history
devshell: add python LSP
  • Loading branch information
teutat3s authored Aug 24, 2024
2 parents 6a64efe + 0b7dc44 commit 0004472
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 0004472

Please sign in to comment.