Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
{
|
||||
{ pkgs, ... }@all: with all; {
|
||||
home = let
|
||||
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
|
||||
ipython
|
||||
requests
|
||||
debugpy
|
||||
# debugpy
|
||||
black
|
||||
uv
|
||||
uv-build
|
||||
@@ -13,7 +12,7 @@
|
||||
packages = [
|
||||
python-with-packages
|
||||
] ++ (with pkgs; [
|
||||
python311Packages.python-lsp-server
|
||||
python313Packages.python-lsp-server
|
||||
ruff
|
||||
pyright
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user