fix: nix ci - swapped dash/underscore (#9352)

pull/9365/head
Caleb Norton 2026-01-19 00:14:14 -06:00 committed by GitHub
parent 86df915df0
commit 91787ceb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
moduleUpdaters = pkgs.lib.listToAttrs (
pkgs.lib.concatMap (cpu:
map (os: {
name = "${cpu}_${os}_node_modules";
name = "${cpu}-${os}_node_modules";
value = node_modules.override {
bunCpu = cpuMap.${cpu};
bunOs = os;