{ flaky-utils, pkgs }: flaky-utils.lib.mkDevShell { inherit pkgs; tools = with pkgs; [ nim nrpl nim-atlas nimble nimlangserver nim_lk ]; prePrompt = '' echo " to exit this development shell." ''; shell = null; }