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 {
|
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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue