1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

packaging-nix: Add integration test dependencies to devShells

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-06-30 18:47:27 +02:00
parent d0f1ac749a
commit ddc8ffaa12

View file

@ -131,7 +131,7 @@
pkgs = pkgsFor system;
shellHook = ''[ -z "$PS1" ] || exec "$SHELL"'';
hardeningDisable = ["all"];
packages = with pkgs; [bashInteractive criterion];
packages = with pkgs; [bashInteractive criterion bc jq];
in rec {
default = full;