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

This commit is contained in:
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

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;