mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
chore(nix): add docs devShell
This commit is contained in:
parent
9655854eca
commit
534bc4be96
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@
|
|||
devShells = {
|
||||
services = rustOutputs."pluralkit-services".devShell;
|
||||
bot = (mkBotEnv "bash").env;
|
||||
docs = pkgs.mkShellNoCC {
|
||||
buildInputs = with pkgs; [ nodejs yarn ];
|
||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||
};
|
||||
};
|
||||
|
||||
process-compose."dev" = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue