Switch to use python3Full instead of custom python with packages
Switch luaJIT for plain lua install
This commit is contained in:
parent
04f4173d49
commit
0aa4783617
|
@ -70,7 +70,6 @@
|
||||||
# Customised LaTeX install
|
# Customised LaTeX install
|
||||||
(texlive.combine
|
(texlive.combine
|
||||||
{inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;})
|
{inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;})
|
||||||
python3Packages.pygments
|
|
||||||
|
|
||||||
# Development tools
|
# Development tools
|
||||||
## Code screenshots
|
## Code screenshots
|
||||||
|
@ -79,15 +78,15 @@
|
||||||
## Linters
|
## Linters
|
||||||
shellcheck
|
shellcheck
|
||||||
yamllint
|
yamllint
|
||||||
|
ruff
|
||||||
nodePackages.eslint
|
nodePackages.eslint
|
||||||
|
|
||||||
## Formatters
|
## Formatters
|
||||||
alejandra
|
alejandra
|
||||||
shfmt
|
shfmt
|
||||||
ruff
|
stylua
|
||||||
black
|
black
|
||||||
isort
|
isort
|
||||||
stylua
|
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
|
||||||
## Language servers
|
## Language servers
|
||||||
|
@ -97,10 +96,8 @@
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
|
|
||||||
## Interpreters
|
## Interpreters
|
||||||
(python3.withPackages
|
lua
|
||||||
(ps: with ps; [tkinter numpy scipy xarray matplotlib]))
|
python3Full
|
||||||
(luajit.withPackages
|
|
||||||
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
|
|
||||||
];
|
];
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"ruff/pyproject.toml".source = ./ruff.toml;
|
"ruff/pyproject.toml".source = ./ruff.toml;
|
||||||
|
|
Loading…
Reference in a new issue