From f2ca30774e20afc7134d91f2e24787510cf50e07 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 1 Apr 2024 01:30:36 +0300 Subject: chore(3p/sources): remove emacs overlay Change-Id: I374912efcb45273d0a32daa3da4b68a9cad58afa Reviewed-on: https://cl.tvl.fyi/c/depot/+/11328 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: sterni --- third_party/overlays/emacs.nix | 4 ---- third_party/sources/sources.json | 12 ------------ 2 files changed, 16 deletions(-) delete mode 100644 third_party/overlays/emacs.nix (limited to 'third_party') diff --git a/third_party/overlays/emacs.nix b/third_party/overlays/emacs.nix deleted file mode 100644 index 341feb5015..0000000000 --- a/third_party/overlays/emacs.nix +++ /dev/null @@ -1,4 +0,0 @@ -# Emacs overlay from https://github.com/nix-community/emacs-overlay -{ depot, ... }: - -import depot.third_party.sources.emacs-overlay diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index ebc7dff492..d66f31f7b1 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -11,18 +11,6 @@ "url": "https://github.com/ryantm/agenix/archive/0.15.0.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, - "emacs-overlay": { - "branch": "master", - "description": "Bleeding edge emacs overlay [maintainer=@adisbladis] ", - "homepage": "", - "owner": "nix-community", - "repo": "emacs-overlay", - "rev": "15f5f7d5eb82b1d2e7a4f754b11480b91aea9e91", - "sha256": "14fzs2b0h2lsbygrla6bx0a1r8jf2q4y1rl226ia7kcl5sakgzi9", - "type": "tarball", - "url": "https://github.com/nix-community/emacs-overlay/archive/15f5f7d5eb82b1d2e7a4f754b11480b91aea9e91.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" - }, "home-manager": { "branch": "master", "description": "Manage a user environment using Nix [maintainer=@rycee] ", -- cgit 1.4.1