Incorporate bear for compilation database functionality.

main
Joshua Potter 2023-11-22 10:41:05 -07:00
parent 4bda4b8385
commit de4778e966
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,6 @@
packages = with pkgs; [
anki-bin
bitwarden
clang
elan
firefox
gnumake

View File

@ -1,10 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
bear
clang
clang-tools
(writeShellScriptBin "codelldb" ''
#!/usr/bin/env bash
exec ${vscode-extensions.vadimcn.vscode-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb "$@"
'')
];