parent
e7e04fa569
commit
c25978aaa8
6 changed files with 30 additions and 51 deletions
apps/update-sources/src
|
@ -71,6 +71,10 @@ const main = async() => {
|
|||
console.log(runNixUpdate('pam-fprint-grosshack'));
|
||||
}
|
||||
|
||||
if (args['ph'] || args['protonhax']) {
|
||||
console.log(runNixUpdate('protonhax'));
|
||||
}
|
||||
|
||||
if (args['s'] || args['some-sass-language-server']) {
|
||||
console.log(updateCustomPackage('some-sass-language-server'));
|
||||
}
|
||||
|
@ -134,6 +138,7 @@ const main = async() => {
|
|||
updatePackage('homepage');
|
||||
updatePackage('jmusicbot');
|
||||
updatePackage('pam-fprint-grosshack');
|
||||
updatePackage('protonhax');
|
||||
|
||||
|
||||
spawnSync('nixFastBuild', [], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue