nixos/tests/incron: replace activcationScript via tmpfiles

This commit is contained in:
nikstur 2023-10-28 23:50:24 +02:00
parent 80fa4731f9
commit 36f2ab21ea

View File

@ -13,9 +13,9 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
''; '';
# ensure the directory to be monitored exists before incron is started # ensure the directory to be monitored exists before incron is started
system.activationScripts.incronTest = '' systemd.tmpfiles.settings.incron-test = {
mkdir /test "/test".d = { };
''; };
}; };
testScript = '' testScript = ''