Switch to use python3Full instead of custom python with packages

Switch luaJIT for plain lua install
This commit is contained in:
Evie Litherland-Smith 2024-07-26 11:44:58 +01:00
parent 04f4173d49
commit 0aa4783617

View file

@ -70,7 +70,6 @@
# Customised LaTeX install
(texlive.combine
{inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;})
python3Packages.pygments
# Development tools
## Code screenshots
@ -79,15 +78,15 @@
## Linters
shellcheck
yamllint
ruff
nodePackages.eslint
## Formatters
alejandra
shfmt
ruff
stylua
black
isort
stylua
nodePackages.prettier
## Language servers
@ -97,10 +96,8 @@
nodePackages.typescript-language-server
## Interpreters
(python3.withPackages
(ps: with ps; [tkinter numpy scipy xarray matplotlib]))
(luajit.withPackages
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
lua
python3Full
];
xdg.configFile = {
"ruff/pyproject.toml".source = ./ruff.toml;