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:
parent
2aa70a7af6
commit
7dd0f52816
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue