{ pkgs ? import { } }: pkgs.mkShell rec { packages = [ pkgs.pkg-config ]; buildInputs = with pkgs; [ wayland libxkbcommon vulkan-loader ]; LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs; }