summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-12-09 14:22:45 +0100
committerJörg Thalheim <joerg@thalheim.io>2022-12-09 14:34:12 +0100
commit9e2c9d06f53b811f35fecfc2e924136ff4d379b0 (patch)
treedd0fa868e1786cbc9d6e921d01975d55269af07c /tests
parent66add2cd9edab96f5e87477229772bf2b3ca513a (diff)
expose disko for non x86
Diffstat (limited to 'tests')
-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' {