diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib.nix | 2 |
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' { |