aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/systemd/timers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/systemd/timers.nix')
-rw-r--r--home-manager/tests/modules/systemd/timers.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/tests/modules/systemd/timers.nix b/home-manager/tests/modules/systemd/timers.nix
index eaa43f17695..1c0e2722299 100644
--- a/home-manager/tests/modules/systemd/timers.nix
+++ b/home-manager/tests/modules/systemd/timers.nix
@@ -13,8 +13,8 @@ with lib;
};
nmt.script = ''
- local unitDir=home-files/.config/systemd/user
- local timerFile=$unitDir/test-timer.timer
+ unitDir=home-files/.config/systemd/user
+ timerFile=$unitDir/test-timer.timer
assertFileExists $timerFile
assertFileContent $timerFile ${./timers-expected.conf}