diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-03-31T21·40+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-31T22·08+0000 |
commit | b67b0a6d7243135f3341c0a449895d209d0908d8 (patch) | |
tree | 1009866fa690c2a9e51d2db21923ee6054bd251e /third_party/nixpkgs | |
parent | 9204b58f158cedb1cff7746c7d465573952e1c4f (diff) |
chore(3p/nixpkgs): try disabling Emacs overlay r/7836
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
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 0db42f154090..ae379a90fa74 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -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 |