{ pkgs ? import {} }: pkgs.mkShellNoCC { name = "kelunit"; nativeBuildInputs = [ pkgs.scons pkgs.clang ]; }