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