{ pkgs ? import { }, }: pkgs.mkShell { buildInputs = with pkgs; [ cargo # Useful tools clippy rustfmt rust-analyzer # minimal git git less cacert # For cargo downloads and git to verify certs ]; LD_LIBRARY_PATH = with pkgs; [ # TODO: needed ? "${xorg.libX11}/lib;${xorg.libXcursor}/lib;${xorg.libXi}/lib;${libxkbcommon}/lib" ]; }