Remove poetry and lua from default installed programs

This commit is contained in:
Evie Litherland-Smith 2024-11-27 13:12:23 +00:00
parent c3ab0f5974
commit eb9e6c0e95

View file

@ -56,13 +56,6 @@
latex-beamer-ukaea.pkgs = [ (callPackage ./texlive/latex-beamer-ukaea/default.nix { }) ];
})
# Development tools
## Code screenshots
silicon
## Python Environments
poetry
## Linters
shellcheck
yamllint
@ -77,7 +70,6 @@
## Language servers
nixd
lua-language-server
## Interpreters
(python3.withPackages (
@ -93,10 +85,6 @@
matplotlib
]
))
(luajit.withPackages (ps: [ (ps.callPackage ./luarocks/scilua.nix { }) ]))
];
xdg.configFile = {
"ruff/pyproject.toml".source = ./ruff.toml;
"pypoetry/config.toml".source = ./pypoetry.toml;
};
xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml;
}