{ pkgs ? import { } }: pkgs.mkShell { name = "rust-wl-shell"; nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.wayland-protocols pkgs.wayland pkgs.systemd ]; LD_LIBRARY_PATH = "${pkgs.wayland-scanner.out}/lib:${pkgs.systemd}/lib"; }