parent
6760ddade6
commit
c7e4d1d3e9
2 changed files with 4 additions and 1 deletions
apps/update-sources/src
|
@ -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],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue