Remove dev tooling from development.nix, so it can be managed on a project basis

This commit is contained in:
Vili Sinervä 2024-07-16 14:07:51 +03:00
parent 312b16a540
commit 8c2ce319fb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -24,20 +24,7 @@
#################### Packages ####################
environment.systemPackages = with pkgs; [
cmake
gnumake
gcc
gdb
nodejs-slim
clang
clang-tools
clang-analyzer
docker-compose
docker
python311
python311Packages.pip
pypy3
rustup
nixfmt-rfc-style
];