summaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorCaleb Norton <[email protected]>2026-01-19 00:14:14 -0600
committerGitHub <[email protected]>2026-01-19 00:14:14 -0600
commit91787ceb3e023507ec643eac43db211d8f68a52d (patch)
tree6009d519083af30b7db72435d0777a8140e4ee35 /flake.nix
parent86df915df02b4d25332de4837574cbe0a89bc9b3 (diff)
downloadopencode-91787ceb3e023507ec643eac43db211d8f68a52d.tar.gz
opencode-91787ceb3e023507ec643eac43db211d8f68a52d.zip
fix: nix ci - swapped dash/underscore (#9352)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0f4250937..e4d214a0b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;