Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/nix-hashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- "nix/scripts/**"
- "patches/**"
- ".github/workflows/nix-hashes.yml"
- ".github/TEAM_MEMBERS"
Comment thread
jerome-benoit marked this conversation as resolved.
Outdated

jobs:
# Native runners required: bun install cross-compilation flags (--os/--cpu)
Expand Down
1 change: 1 addition & 0 deletions nix/node_modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
jerome-benoit marked this conversation as resolved.
]
);
};
Expand Down
Loading