diff options
Diffstat (limited to 'tests/config.nix.in')
-rw-r--r-- | tests/config.nix.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.nix.in b/tests/config.nix.in index 51aed539c..0ec2eba6b 100644 --- a/tests/config.nix.in +++ b/tests/config.nix.in @@ -3,7 +3,7 @@ rec { path = "@coreutils@"; - system = builtins.currentSystem; + system = "@system@"; shared = builtins.getEnv "_NIX_TEST_SHARED"; |