Closed AlexGirardDev closed 2 months ago
Sorry, I forgot to push a commit for the going-modular
ZMK branch that addresses this. It should be resolved by https://github.com/urob/zmk/commit/44f5f67f5cc222a3b8682a6687f5deaf5c948f55.
If you don't want to re-clone, the following steps should allow you to refresh:
rm -rf .west
rm -rf zmk
west update
FYI: this issue is cause by zephy
being in the root folder of zmk
. Originally, I had prevented this by replicating zmk/app/west.yml
inside of config/west.yml
. The new (and simplified) approach is to just patch zmk
instead. The issue you are experiencing is that the patch didn't get pushed.
no worries, thanks for the fast response and fix.
Thanks for all the work you have done, i have been loving your config and your new nix workflow even more!
It seems the recent changes you made to simplying the west manifest file causes the following error when trying to build any board
If i rollback your changes to the manifest and then do the following
But it seems like with manifest changes you need to specfically clear out the ZMK directory and have init redownload it to cause the issue or fix the issue
IE, i have the working version of the manifest file.
Alternativly if you just do a fresh clone of your current repo and try and build i think the issue sohuld also occur
Some additional info: OS: NixOS 24.11.20240802.d049530 (Vicuna) x86_64 Kernel: 6.10.1-zen1