{ pkgs, ... }: { bevy-controls = import ./bevy-controls { inherit pkgs; }; default = import ./bevy-controls { inherit pkgs; }; }