fix(nix): restore install script in fileset for desktop build (#12842)

This commit is contained in:
Jérôme Benoit
2026-02-09 18:23:34 +01:00
committed by GitHub
parent 8ad4768ecd
commit fb94b4f8e8

View File

@@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation {
../bun.lock ../bun.lock
../package.json ../package.json
../patches ../patches
../install # required by desktop build (cli.rs include_str!)
] ]
); );
}; };