aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/systemd/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/systemd/services.nix')
-rw-r--r--home-manager/tests/modules/systemd/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/tests/modules/systemd/services.nix b/home-manager/tests/modules/systemd/services.nix
index f1f7a42bb1a..ea9b2b4fb87 100644
--- a/home-manager/tests/modules/systemd/services.nix
+++ b/home-manager/tests/modules/systemd/services.nix
@@ -15,7 +15,7 @@ with lib;
};
nmt.script = ''
- local serviceFile=home-files/.config/systemd/user/test-service@.service
+ serviceFile=home-files/.config/systemd/user/test-service@.service
assertFileExists $serviceFile
assertFileContent $serviceFile ${./services-expected.conf}
'';