about summary refs log tree commit diff
path: root/users/wpcarro/ci/pipelines/post-receive.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/ci/pipelines/post-receive.nix')
-rw-r--r--users/wpcarro/ci/pipelines/post-receive.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/users/wpcarro/ci/pipelines/post-receive.nix b/users/wpcarro/ci/pipelines/post-receive.nix
index 64401dee4a..b69ee28af3 100644
--- a/users/wpcarro/ci/pipelines/post-receive.nix
+++ b/users/wpcarro/ci/pipelines/post-receive.nix
@@ -1,14 +1,9 @@
 { pkgs, depot, ... }:
 
 let
-  inherit (builtins) fetchGit path toJSON;
+  inherit (builtins) path toJSON;
   inherit (depot.users.wpcarro.emacs) initEl runScript;
 
-  elispLintSrc = fetchGit {
-    url = "https://github.com/gonewest818/elisp-lint";
-    rev = "2b645266be8010a6a49c6d0ebf6a3ad5bd290ff4";
-  };
-
   pipeline.steps = [
     {
       key = "lint-secrets";