C language tooling
This commit is contained in:
parent
3c172ffeeb
commit
60e2e4c7b3
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue