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:
parent
d0f1ac749a
commit
ddc8ffaa12
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue