installed python packages the right way
sda
This commit is contained in:
parent
d9194fad76
commit
b461fafa99
@ -625,28 +625,9 @@ nixfmt # linting
|
|||||||
cachix # why spend time compiling?
|
cachix # why spend time compiling?
|
||||||
|
|
||||||
# PYTHON.
|
# PYTHON.
|
||||||
python3 # base language
|
(python3.withPackages (ps: with ps; [
|
||||||
pipenv # python development workflow for humans
|
pipenv # python development workflow for humans
|
||||||
# poetry # dependency management made easy
|
# poetry # dependency management made easy
|
||||||
|
|
||||||
# C# & Rust
|
|
||||||
# omnisharp-roslyn # c# linter and code formatter
|
|
||||||
|
|
||||||
# HASKELL
|
|
||||||
ghc # compiler
|
|
||||||
cabal-install # haskell app manager
|
|
||||||
stack # haskell took stack
|
|
||||||
# unstable.haskellPackages.ghcup
|
|
||||||
|
|
||||||
# JS
|
|
||||||
nodejs # not as bad as I thought
|
|
||||||
# jq # linting
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
*** PYTHON
|
|
||||||
|
|
||||||
#+begin_src nix
|
|
||||||
]) ++ (with pkgs.python3Packages; [
|
|
||||||
flake8 # wraper for pyflakes, pycodestyle and mccabe
|
flake8 # wraper for pyflakes, pycodestyle and mccabe
|
||||||
isort # sort Python imports
|
isort # sort Python imports
|
||||||
nose # testing and running python scripts
|
nose # testing and running python scripts
|
||||||
@ -677,6 +658,20 @@ nodejs # not as bad as I thought
|
|||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ tqdm ];
|
[ tqdm ];
|
||||||
})
|
})
|
||||||
|
]))
|
||||||
|
|
||||||
|
# C# & Rust
|
||||||
|
# omnisharp-roslyn # c# linter and code formatter
|
||||||
|
|
||||||
|
# HASKELL
|
||||||
|
ghc # compiler
|
||||||
|
cabal-install # haskell app manager
|
||||||
|
stack # haskell took stack
|
||||||
|
# unstable.haskellPackages.ghcup
|
||||||
|
|
||||||
|
# JS
|
||||||
|
nodejs # not as bad as I thought
|
||||||
|
# jq # linting
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** NODEJS PACKAGES
|
*** NODEJS PACKAGES
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user