diff options
| author | Jérôme Benoit <[email protected]> | 2026-02-09 18:23:34 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-09 11:23:34 -0600 |
| commit | fb94b4f8e86a2a1e7ce8586d10912d80724888da (patch) | |
| tree | 0620188472072886815862d7c1ec5dd7c37fcb8f /nix/node_modules.nix | |
| parent | 8ad4768ecdeb715188136727074ba190075aeff8 (diff) | |
| download | opencode-fb94b4f8e86a2a1e7ce8586d10912d80724888da.tar.gz opencode-fb94b4f8e86a2a1e7ce8586d10912d80724888da.zip | |
fix(nix): restore install script in fileset for desktop build (#12842)
Diffstat (limited to 'nix/node_modules.nix')
| -rw-r--r-- | nix/node_modules.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/node_modules.nix b/nix/node_modules.nix index 73cc6d442..e918846c2 100644 --- a/nix/node_modules.nix +++ b/nix/node_modules.nix @@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation { ../bun.lock ../package.json ../patches + ../install # required by desktop build (cli.rs include_str!) ] ); }; |
