fix(update): use nix run for mozilla-addons-to-nix
This commit is contained in:
parent
4b7fa67767
commit
f33090798d
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ export const updateFirefoxAddons = () => {
|
||||||
.filter((pinfo) => pinfo[0] !== 'frankerfacez'));
|
.filter((pinfo) => pinfo[0] !== 'frankerfacez'));
|
||||||
|
|
||||||
const NEW_VERS = Object.fromEntries(spawnSync(
|
const NEW_VERS = Object.fromEntries(spawnSync(
|
||||||
'mozilla-addons-to-nix',
|
'nix',
|
||||||
[SLUGS, GENERATED_FILE],
|
['run', 'sourcehut:~rycee/mozilla-addons-to-nix',
|
||||||
|
SLUGS, GENERATED_FILE],
|
||||||
{ shell: true },
|
{ shell: true },
|
||||||
).stdout
|
).stdout
|
||||||
.toString()
|
.toString()
|
||||||
|
|
Loading…
Reference in a new issue