mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
Merge remote-tracking branch 'upstream/main' into rust-command-parser
This commit is contained in:
commit
07b616e422
30 changed files with 1253 additions and 282 deletions
|
|
@ -121,6 +121,10 @@
|
|||
name = "pk-devshell";
|
||||
nativeBuildInputs = bot.nativeBuildInputs ++ services.nativeBuildInputs;
|
||||
};
|
||||
docs = pkgs.mkShellNoCC {
|
||||
buildInputs = with pkgs; [ nodejs yarn ];
|
||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||
};
|
||||
};
|
||||
|
||||
process-compose."dev" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue