let nixpkgs = import {}; pkgs = nixpkgs.pkgs; in pkgs.mkShell { shellHook = '' export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib/ ''; }