mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Revert "WIP: build ts docs with ci + nix"
This reverts commit 00d486e58f.
This commit is contained in:
committed by
missytake
parent
bbd854d7bc
commit
0412244646
11
flake.nix
11
flake.nix
@@ -523,17 +523,6 @@
|
||||
buildPhase = ''sphinx-build -b html -a python/doc/ dist/html'';
|
||||
installPhase = ''mkdir -p $out; cp -av dist/html $out'';
|
||||
};
|
||||
jsonrpc-docs = pkgs.stdenv.mkDerivation {
|
||||
pname = "docs";
|
||||
version = manifest.version;
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
nativeBuildInputs = [
|
||||
pkgs.nodejs_21
|
||||
];
|
||||
buildPhase = "npm i && npm run docs";
|
||||
installPhase =
|
||||
"mkdir -p $out; cp -av deltachat-jsonrpc/typescript/docs $out";
|
||||
};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
||||
Reference in New Issue
Block a user