lilyinstarlight / zmk-nix

Build system and configuration files for generating and building ZMK firmware with Nix
MIT License
56 stars 14 forks source link

Add instruction on how to configure local build within the nix shell #82

Open Townk opened 2 months ago

Townk commented 2 months ago

This flake is great, I was able to get my config up and running pretty quickly. The one problem I have is the fact that every time I update my layout, I have to build the entire firmware to flash my device.

Is there a way to get the nix build happening in the config's directory?

Maybe even a shell command that would bootstrap a local build for these quick iterations on the layout?