Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-01 04:00:52 +03:00
parent bdb9d472de
commit 470c248bcf
11 changed files with 626 additions and 11 deletions

View File

@@ -22,8 +22,8 @@
};
in
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
devShells.default = pkgs.mkShell.override { stdenv = pkgs.llvmPackages_20.libcxxStdenv; } {
packages = with pkgs; [
pkg-config
cmake
ninja
@@ -36,7 +36,6 @@
xorg.libxcb
pixman
libgbm
vulkan-loader
lcms2
seatd
libdisplay-info
@@ -46,7 +45,6 @@
xorg.xcbutilwm
xorg.xcbutilerrors
wlroots
libffi
wayland
wayland-scanner