Remove dev tooling from development.nix, so it can be managed on a project basis
This commit is contained in:
parent
312b16a540
commit
8c2ce319fb
1 changed files with 0 additions and 13 deletions
|
@ -24,20 +24,7 @@
|
||||||
|
|
||||||
#################### Packages ####################
|
#################### Packages ####################
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cmake
|
|
||||||
gnumake
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
nodejs-slim
|
nodejs-slim
|
||||||
clang
|
|
||||||
clang-tools
|
|
||||||
clang-analyzer
|
|
||||||
docker-compose
|
|
||||||
docker
|
|
||||||
python311
|
|
||||||
python311Packages.pip
|
|
||||||
pypy3
|
|
||||||
rustup
|
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue