Makefile uses Bear to improve clangd

This commit is contained in:
Emile Clark-Boman 2025-08-28 00:11:54 +10:00
parent f6a4c76b54
commit 9f304641b2
3 changed files with 10 additions and 5 deletions

View file

@ -19,12 +19,16 @@
pkgs.mkShell {
packages = with pkgs;
[
# NativeBuildInputs
# CryWL Build Utils
gnumake
bear
# DWL - NativeBuildInputs
installShellFiles
pkg-config
wayland-scanner
# BuildInputs
# DWL - BuildInputs
libinput
xorg.libxcb
libxkbcommon
@ -35,7 +39,7 @@
]
++ lib.optionals enableXWayland
[
# XWayland
# DWL - XWayland
xorg.libX11
xorg.xcbutilwm
xwayland