summaryrefslogtreecommitdiffstats
path: root/tests/swap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/swap.nix')
-rw-r--r--tests/swap.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/swap.nix b/tests/swap.nix
index d3268dc..4861f8d 100644
--- a/tests/swap.nix
+++ b/tests/swap.nix
@@ -16,4 +16,7 @@ makeDiskoTest {
'
""");
'';
+ extraConfig = {
+ environment.systemPackages = [ pkgs.jq ];
+ };
}