C language tooling

This commit is contained in:
Emile Clark-Boman 2025-09-03 01:09:46 +10:00
parent 3c172ffeeb
commit 60e2e4c7b3

View file

@ -35,11 +35,14 @@
default = pkgs.mkShell {
packages = with pkgs; [
gnumake
bear
# Compilers
gcc
ghc
# Language/Development Tooling
clang-tools
bear # clang compile_commands.json
haskell-language-server
ormolu
];