{ pkgs ? import {} }: pkgs.mkShell { name = "moonlander-keyboard"; nativeBuildInputs = with pkgs; [ wally-cli bashInteractive ]; }