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

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;