chore(etna): switch zipline to node 22
upstream only requires node 22 but nixpkgs uses node 24 for the package for some unknown reason, and now 24 has a build failure so yeah fun
This commit is contained in:
parent
7c62e4700f
commit
ac96bb47e9
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ inputs: final: prev: {
|
|||
];
|
||||
});
|
||||
|
||||
zipline = prev.zipline.override { nodejs_24 = prev.nodejs_22; };
|
||||
|
||||
vencord = prev.vencord.overrideAttrs (old: {
|
||||
version = "${old.version}+git.${inputs.vencord.shortRev}";
|
||||
src = inputs.vencord;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue