summaryrefslogtreecommitdiffstats
path: root/tests/lib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.nix')
-rw-r--r--tests/lib.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib.nix b/tests/lib.nix
index 6d787ed..95f267e 100644
--- a/tests/lib.nix
+++ b/tests/lib.nix
@@ -60,6 +60,9 @@
efiSupport = efi;
efiInstallAsRemovable = efi;
};
+ environment.systemPackages = [
+ pkgs.jq
+ ];
};
installedTopLevel = (eval-config {
modules = [ installed-system ];