Add clangd script to devshell
This commit is contained in:
parent
06332ac698
commit
99102c2c09
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
|||
packages = with nixpkgs.legacyPackages.${system}; [
|
||||
gnumake
|
||||
clang-tools
|
||||
(
|
||||
writeShellScriptBin "generateClangCompileCommands" ''
|
||||
make clean
|
||||
${bear}/bin/bear -- make
|
||||
''
|
||||
)
|
||||
];
|
||||
shellHook = ''
|
||||
export DEVKITPRO=${devkitARM}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue