chore(3p/nixpkgs): try disabling Emacs overlay

Change-Id: I63d9d1cc7221bd3f18b0157f423cf3e369482a2f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11327
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2024-04-01 00:40:36 +03:00 committed by clbot
parent 9204b58f15
commit b67b0a6d72
2 changed files with 1 additions and 2 deletions

View file

@ -65,7 +65,6 @@ import nixpkgsSrc (commonNixpkgsArgs // {
stableOverlay
] ++ (if depotOverlays then [
depot.third_party.overlays.haskell
depot.third_party.overlays.emacs
depot.third_party.overlays.tvl
depot.third_party.overlays.ecl-static
depot.third_party.overlays.dhall

View file

@ -8,7 +8,7 @@ let
# URL handler to open `tg://` URLs in telega.el
telega-launcher = pkgs.writeShellScriptBin "telega-launcher" ''
echo "Opening ''${1} in telega.el ..."
${pkgs.emacs-unstable}/bin/emacsclient -e "(telega-browse-url \"''${1}\")"
${depot.users.tazjin.emacs.emacs}/bin/emacsclient -e "(telega-browse-url \"''${1}\")"
'';
in
{