let pkgs = import {}; in pkgs.mkShell { packages = with pkgs; [ # Choose the build tools that you need gcc gdb cmake ]; }