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 { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
gnumake gnumake
bear
# Compilers
gcc gcc
ghc ghc
# Language/Development Tooling
clang-tools
bear # clang compile_commands.json
haskell-language-server haskell-language-server
ormolu ormolu
]; ];