mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: nix ci - swapped dash/underscore (#9352)
This commit is contained in:
parent
86df915df0
commit
91787ceb3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue