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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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