1
0
Fork 0

Add clangd script to devshell

This commit is contained in:
Toast 2024-03-14 11:22:11 +01:00
parent 06332ac698
commit 99102c2c09

View file

@ -17,6 +17,12 @@
packages = with nixpkgs.legacyPackages.${system}; [
gnumake
clang-tools
(
writeShellScriptBin "generateClangCompileCommands" ''
make clean
${bear}/bin/bear -- make
''
)
];
shellHook = ''
export DEVKITPRO=${devkitARM}