flake: add jsonschema to dev environment

pull/1745/head
Sebastien Bourdeauducq 2021-09-13 07:39:15 +08:00
parent 7209e6f279
commit 4834966798
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@
devShell.x86_64-linux = pkgs.mkShell {
name = "artiq-dev-shell";
buildInputs = [
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ps.paramiko ]))
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ps.paramiko ps.jsonschema ]))
rustPlatform.rust.rustc
rustPlatform.rust.cargo
cargo-xbuild