mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +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 = {
|
devShells = {
|
||||||
services = rustOutputs."pluralkit-services".devShell;
|
services = rustOutputs."pluralkit-services".devShell;
|
||||||
bot = (mkBotEnv "bash").env;
|
bot = (mkBotEnv "bash").env;
|
||||||
|
docs = pkgs.mkShellNoCC {
|
||||||
|
buildInputs = with pkgs; [ nodejs yarn ];
|
||||||
|
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
process-compose."dev" = let
|
process-compose."dev" = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue