From b77f38c3cd715f59447f4e318fe38abd4f3fee57 Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Mon, 27 Aug 2018 21:31:55 +0000 Subject: added a comment about the PATH variable under which incrontab commands will run --- nixos/modules/services/monitoring/incron.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/monitoring/incron.nix b/nixos/modules/services/monitoring/incron.nix index 4a9e1a9b7b8f..edba38140c6c 100644 --- a/nixos/modules/services/monitoring/incron.nix +++ b/nixos/modules/services/monitoring/incron.nix @@ -1,3 +1,4 @@ + { config, lib, pkgs, ... }: with lib; @@ -16,7 +17,11 @@ in enable = mkOption { type = types.bool; default = false; - description = "Whether to enable the incron daemon."; + description = '' + Whether to enable the incron daemon. + + Note that commands run under incrontab only support common Nix profiles for the PATH provided variable. + ''; }; allow = mkOption { -- cgit 1.4.1