# This file is controlled by /etc/dotfiles/README.org { pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ gdb ccls cmake gnumake libstdcxx5 gcc-unwrapped llvmPackages.libcxx ]; shellHook = '' ''; }