about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ci/pipelines/post-receive.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/post-receive.nix b/ci/pipelines/post-receive.nix
index ad7281d99b8e..fd6db9e1f194 100644
--- a/ci/pipelines/post-receive.nix
+++ b/ci/pipelines/post-receive.nix
@@ -50,7 +50,7 @@ let
           --batch \
           --load ${elispLintSrc}/elisp-lint.el \
           --funcall elisp-lint-files-batch \
-          "$$@"
+          ./emacs/.emacs.d/wpc/*.el
       '';
       label = ":gnu: lint Emacs";
       depends_on = "init-emacs";