with import {}; { pkgs ? import {} }: pkgs.mkShellNoCC { name = "kel_project_template"; nativeBuildInputs = [ scons ]; buildInputs = [ python3 ]; }