more octofriend

This commit is contained in:
Julian Sutter 2025-12-18 18:53:46 -08:00
parent 7fc42d321a
commit d122c3b418
4 changed files with 83 additions and 1 deletions

View file

@ -26,7 +26,7 @@
src = octofriend;
# First build will fail telling you the correct value. Paste it here.
npmDepsHash = lib.fakeHash;
npmDepsHash = "sha256-luAdTozvb0MTuh+xa5qhZPH8YflF9R4GtREAaR8m6Y8=";
# Ensure a modern node (octofriend is a Node CLI). :contentReference[oaicite:1]{index=1}
nodejs = pkgs.nodejs_22;