From ccd55a102fe3bcbde69aa7ac3a16d48e2bcda40c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 22 Feb 2025 03:46:59 -0600 Subject: [PATCH] Finally a good, pinned build This has been struggling to build for quite some time. For many rounds the git checkouts were not succeeding. Then, the git repositories were not matching what used to be. It would be a really good idea to figure out all the dependencies that are needing to be packaged, but I'm not sure I have the gumption to do that at this point --- .github/workflows/build.yml | 1 - flake.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66fa789..d74fb89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,5 +2,4 @@ on: [push, pull_request, workflow_dispatch] jobs: build: - #uses: petejohanson/zmk/.github/workflows/build-user-config.yml@feat/pointers-move-scroll uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main diff --git a/flake.nix b/flake.nix index 48ab024..b5a9415 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ board = "nice_nano_v2"; shield = "lily58_%PART%"; - zephyrDepsHash = "sha256-HK0VynvHq7Na2EBliSYuyN1T4l0KtfsJHhGMQpAiLCE="; + zephyrDepsHash = "sha256-eD+2lu2w3mLaegEn7sxWmkCKk2m7Vor+4BlEao5LPR8="; meta = { description = "ZMK firmware";