{ pkgs }: pkgs.mkShell { buildInputs = with pkgs; [ cmake python3 zlib ]; hardeningDisable = [ "all" ]; }