mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
basic api docs
This commit is contained in:
parent
85fce0d32c
commit
09e0a9497d
7 changed files with 252 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
nativeBuildInputs = with pkgs; [ nodejs-15_x jq ];
|
||||
nativeBuildInputs = with pkgs; [ nodejs-15_x jq mkdocs ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue