doc: Add jsonschema to nix package list

Add jsonschema to the nix package list as it is required by
artiq_ddb_template.
pull/2053/head
Michael Hartmann 2023-01-31 08:55:32 +01:00 committed by Sébastien Bourdeauducq
parent 2371c825f5
commit 07d684a35d
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Installing multiple packages and making them visible to the ARTIQ commands requi
#ps.scipy
#ps.numba
#ps.matplotlib
#ps.jsonschema # required by artiq_ddb_template
# or if you need Qt (will recompile):
#(ps.matplotlib.override { enableQt = true; })
#ps.bokeh