From 4c9541f35913bb8e68a07ad6ab4628d241099482 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 30 Apr 2026 22:08:53 -0400 Subject: Update flake.nix --- flake.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7aea32e..04dcf96 100644 --- a/flake.nix +++ b/flake.nix @@ -56,13 +56,13 @@ buildInputs = [ pkgs.openssl.dev glfw - pkgs.xorg.libX11 - pkgs.xorg.libXcursor - pkgs.xorg.libXi - pkgs.xorg.libXrandr - pkgs.xorg.libXinerama + pkgs.libX11 + pkgs.libXcursor + pkgs.libXi + pkgs.libXrandr + pkgs.libXinerama pkgs.libxkbcommon - pkgs.xorg.libxcb + pkgs.libxcb pkgs.libglvnd pkgs.alsa-lib ]; @@ -230,7 +230,6 @@ packages = [ pkgs.trunk pkgs.rust-analyzer - pkgs.glxinfo pkgs.cmake pkgs.mold ] ++ native.nativeBuildInputs ++ native.buildInputs; -- cgit v1.2.3