From 9e2c9d06f53b811f35fecfc2e924136ff4d379b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 9 Dec 2022 14:22:45 +0100 Subject: expose disko for non x86 --- tests/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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' { -- cgit v1.2.3