summaryrefslogtreecommitdiffhomepage
path: root/nix/node_modules.nix
diff options
context:
space:
mode:
authorCaleb Norton <[email protected]>2026-03-03 01:16:43 -0600
committerGitHub <[email protected]>2026-03-03 12:16:43 +0500
commit48412f75ace87519b6550eea3b0c83e483a55297 (patch)
treeed60ffe498ba7fead71959767e2defd6a01681d2 /nix/node_modules.nix
parent6deb27e852871d450ae199dc732353fd92be5957 (diff)
downloadopencode-48412f75ace87519b6550eea3b0c83e483a55297.tar.gz
opencode-48412f75ace87519b6550eea3b0c83e483a55297.zip
chore: nix flake update for bun 1.3.10 (#15648)
Co-authored-by: Jérôme Benoit <[email protected]>
Diffstat (limited to 'nix/node_modules.nix')
-rw-r--r--nix/node_modules.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/node_modules.nix b/nix/node_modules.nix
index e918846c2..6c188c07c 100644
--- a/nix/node_modules.nix
+++ b/nix/node_modules.nix
@@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation {
../package.json
../patches
../install # required by desktop build (cli.rs include_str!)
+ ../.github/TEAM_MEMBERS # required by @opencode-ai/script
]
);
};