chore(3p/sources): remove emacs overlay

Change-Id: I374912efcb45273d0a32daa3da4b68a9cad58afa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11328
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2024-04-01 01:30:36 +03:00 committed by clbot
parent 73b1f0407b
commit f2ca30774e
2 changed files with 0 additions and 16 deletions

View file

@ -1,4 +0,0 @@
# Emacs overlay from https://github.com/nix-community/emacs-overlay
{ depot, ... }:
import depot.third_party.sources.emacs-overlay

View file

@ -11,18 +11,6 @@
"url": "https://github.com/ryantm/agenix/archive/0.15.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.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/<owner>/<repo>/archive/<rev>.tar.gz"
},
"home-manager": {
"branch": "master",
"description": "Manage a user environment using Nix [maintainer=@rycee] ",