Revert using python3Full, back to custom python install

Also revert similar lua change

Add poetry as installed development tool by default
This commit is contained in:
Evie Litherland-Smith 2024-07-29 11:29:37 +01:00
parent 2aa70a7af6
commit 7dd0f52816

View file

@ -74,6 +74,8 @@
# Development tools
## Code screenshots
silicon
## Python Environments
poetry
## Linters
shellcheck
@ -96,8 +98,10 @@
nodePackages.typescript-language-server
## Interpreters
lua
python3Full
(python3.withPackages
(ps: with ps; [tkinter numpy scipy xarray matplotlib]))
(luajit.withPackages
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
];
xdg.configFile = {
"ruff/pyproject.toml".source = ./ruff.toml;