feat(builds): put result symlinks in folder

This commit is contained in:
matt1432 2024-11-21 21:58:27 -05:00
parent 6760ddade6
commit c7e4d1d3e9
2 changed files with 4 additions and 1 deletions
apps/update-sources/src

View file

@ -69,7 +69,7 @@ if (args['a'] || args['all']) {
console.log(updateCustomPackage('some-sass-language-server'));
spawnSync('nix-fast-build', ['-f', `${FLAKE}#nixFastChecks`], {
spawnSync('nixFastBuild', [], {
shell: true,
stdio: [process.stdin, process.stdout, process.stderr],
});