diff --git a/flake.nix b/flake.nix index ac600aa4..dc5d9f9c 100644 --- a/flake.nix +++ b/flake.nix @@ -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