mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
chore: force nodejs legacy openssl in shell.nix
This commit is contained in:
parent
2dfb851246
commit
92930e110f
1 changed files with 2 additions and 0 deletions
|
|
@ -9,4 +9,6 @@ pkgs.mkShellNoCC {
|
||||||
go
|
go
|
||||||
nodejs yarn
|
nodejs yarn
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue