Properly installed python scripts
This commit is contained in:
parent
14a8ab53cf
commit
a8ab50fd11
@ -444,6 +444,23 @@ cachix # why spend time compiling?
|
|||||||
editorconfig # follow rules of contributin
|
editorconfig # follow rules of contributin
|
||||||
black # Python code formatter
|
black # Python code formatter
|
||||||
pylint # bug and style checker for python
|
pylint # bug and style checker for python
|
||||||
|
])) # base language
|
||||||
|
|
||||||
|
# C# & Rust
|
||||||
|
# omnisharp-roslyn # c# linter and code formatter
|
||||||
|
|
||||||
|
# HASKELL
|
||||||
|
# cabal-install # haskell interface
|
||||||
|
|
||||||
|
# JS
|
||||||
|
nodejs # not as bad as I thought
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
** CUSTOM PYTHON SCRIPTS
|
||||||
|
Libraries & apps not found on the nix-store and scripts made by me.
|
||||||
|
|
||||||
|
#+begin_src nix
|
||||||
|
]) ++ (with pkgs.python3Packages; [
|
||||||
(buildPythonApplication rec {
|
(buildPythonApplication rec {
|
||||||
pname = "download";
|
pname = "download";
|
||||||
version = "1.5";
|
version = "1.5";
|
||||||
@ -477,16 +494,6 @@ cachix # why spend time compiling?
|
|||||||
# propagatedBuildInputs =
|
# propagatedBuildInputs =
|
||||||
# [ gitpython requests retrying ruamel-yaml schedule unstable.qbittorrent-api ];
|
# [ gitpython requests retrying ruamel-yaml schedule unstable.qbittorrent-api ];
|
||||||
# })
|
# })
|
||||||
]) ) # base language
|
|
||||||
|
|
||||||
# C# & Rust
|
|
||||||
# omnisharp-roslyn # c# linter and code formatter
|
|
||||||
|
|
||||||
# HASKELL
|
|
||||||
# cabal-install # haskell interface
|
|
||||||
|
|
||||||
# JS
|
|
||||||
nodejs # not as bad as I thought
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** NODEJS PACKAGES
|
** NODEJS PACKAGES
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user