chore(nix): add docs devShell

This commit is contained in:
Iris System 2025-01-14 20:38:20 +13:00
parent 9655854eca
commit 534bc4be96

View file

@ -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