Skip to content

Commit

Permalink
added some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhmancs committed Oct 20, 2024
1 parent 4883bae commit db011e0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions flake-parts/templates/python/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
ps.pip
ps.tkinter
ps.venvShellHook
ipython
black
ipykernel
setuptools
pylint
# ipython
#black
#ipykernel
#setuptools
#pylint
]))
python3Packages.python-lsp-server
python3Packages.ipython
python3Packages.ipykernel
poetry # Instead of pip, you can use $ poetry init -n --name <name> and $ poetry add request <package> to install python packages
];
# packages = with pkgs;
Expand Down

0 comments on commit db011e0

Please sign in to comment.