let pkgs = import {}; in pkgs.mkShell { name = "nut-score"; buildInputs = with pkgs; [ yarn ]; }