summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 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!)
]
);
};