chore(wpcarro/*): Remove some dead code

Found this while looking for non-3p uses of builtins.fetchGit. The
hailgun package is in the package set now, and the other thing was
unused (and it's also in the package set).

Change-Id: I6f519fd6014bbed90fc6cee695bed7afbcf55717
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4984
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
Vincent Ambo 2022-01-17 17:21:40 +03:00 committed by clbot
parent e0d00b9621
commit 4753e2f286
2 changed files with 7 additions and 18 deletions

View file

@ -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";