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
|
# 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;
|
||||||
|
|
Loading…
Reference in a new issue