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