about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-03-31T22·30+0300
committerclbot <clbot@tvl.fyi>2024-03-31T22·35+0000
commitf2ca30774e20afc7134d91f2e24787510cf50e07 (patch)
tree05cb8cb5a4747026a130fbece18904611ababea4 /third_party
parent73b1f0407bb224f82cca6ce1854a6080a6afecca (diff)
chore(3p/sources): remove emacs overlay r/7838
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>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/overlays/emacs.nix4
-rw-r--r--third_party/sources/sources.json12
2 files changed, 0 insertions, 16 deletions
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/<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] ",