summaryrefslogtreecommitdiffstats
path: root/tests/lib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.nix')
-rw-r--r--tests/lib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.nix b/tests/lib.nix
index 95f267e..4b81da7 100644
--- a/tests/lib.nix
+++ b/tests/lib.nix
@@ -66,7 +66,7 @@
};
installedTopLevel = (eval-config {
modules = [ installed-system ];
- system = "x86_64-linux";
+ inherit (pkgs) system;
}).config.system.build.toplevel;
in
makeTest' {