parent
1148c8edef
commit
ab8626e3b1
25 changed files with 192 additions and 83 deletions
apps/update/src
|
@ -96,8 +96,8 @@ export const updateVuetorrent = () => {
|
|||
return OLD_VERSION !== VERSION ? `Vuetorrent: ${OLD_VERSION} -> ${VERSION}` : '';
|
||||
};
|
||||
|
||||
export const updateCustomSidebarDeps = () => spawnSync(
|
||||
`nix run ${FLAKE}#lovelace-components.custom-sidebar.update`,
|
||||
export const updateCustomPackage = (pkg: string) => spawnSync(
|
||||
`nix run ${FLAKE}#${pkg}.update`,
|
||||
[],
|
||||
{ shell: true },
|
||||
).stderr.toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue