Skip to content

Commit 91787ce

Browse files
fix: nix ci - swapped dash/underscore (#9352)
1 parent 86df915 commit 91787ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
moduleUpdaters = pkgs.lib.listToAttrs (
5151
pkgs.lib.concatMap (cpu:
5252
map (os: {
53-
name = "${cpu}_${os}_node_modules";
53+
name = "${cpu}-${os}_node_modules";
5454
value = node_modules.override {
5555
bunCpu = cpuMap.${cpu};
5656
bunOs = os;

0 commit comments

Comments
 (0)