aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/systemd/session-variables.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/systemd/session-variables.nix')
-rw-r--r--home-manager/tests/modules/systemd/session-variables.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/tests/modules/systemd/session-variables.nix b/home-manager/tests/modules/systemd/session-variables.nix
index 7cfb4a6c7c3..b725827ce69 100644
--- a/home-manager/tests/modules/systemd/session-variables.nix
+++ b/home-manager/tests/modules/systemd/session-variables.nix
@@ -10,7 +10,7 @@ with lib;
};
nmt.script = ''
- local envFile=home-files/.config/environment.d/10-home-manager.conf
+ envFile=home-files/.config/environment.d/10-home-manager.conf
assertFileExists $envFile
assertFileContent $envFile ${./session-variables-expected.conf}
'';