host/istal: fix renovate bot by using pnpm_9 package
This commit is contained in:
parent
d9606ef5d8
commit
3202912f05
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
||||||
GITHUB_COM_TOKEN = config.age.secrets.renovate-github-token.path;
|
GITHUB_COM_TOKEN = config.age.secrets.renovate-github-token.path;
|
||||||
};
|
};
|
||||||
runtimePackages = with pkgs.unstable; [
|
runtimePackages = with pkgs.unstable; [
|
||||||
pnpm
|
pnpm_9
|
||||||
python312
|
python312
|
||||||
poetry
|
poetry
|
||||||
gnumake
|
gnumake
|
||||||
|
|
Loading…
Add table
Reference in a new issue