diff options
Diffstat (limited to 'modules/apps')
-rw-r--r-- | modules/apps/jenkins/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/jenkins/default.nix b/modules/apps/jenkins/default.nix index d6b8b00..63dbe00 100644 --- a/modules/apps/jenkins/default.nix +++ b/modules/apps/jenkins/default.nix @@ -75,7 +75,7 @@ let if [ -d jobs ]; then find jobs -maxdepth 1 -mindepth 1 -type d \ ${concatMapStringsSep " " (k: "-not -name '${escape [ "[" ] k}'") (attrNames cfg.jobs)} \ - -print0 | xargs -0 --verbose --no-run-if-empty rm -rf + -print0 | xargs -0 --verbose --no-run-if-empty rm -rf fi ${concatStringsSep "\n" ( |