Makefile uses Bear to improve clangd
This commit is contained in:
parent
f6a4c76b54
commit
9f304641b2
3 changed files with 10 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue