diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-12-06T10·30+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-06T12·39+0000 |
commit | e59d263b44327bd44e1e71d45c1a7f6d4495f5b3 (patch) | |
tree | d53cf860517459c4f07a0eed648ef48aaba042eb /users | |
parent | 9bb50a89b786edf72e086c5a426a528208729b98 (diff) |
chore(3p/sources): bump channels & overlays (2023-12-06) r/7122
* 3p/rust-crates: fix names of crate URLs to accommodate recent crates.io changes: https://blog.rust-lang.org/2023/10/27/crates-io-non-canonical-downloads.html * 3p/rust-crates: fix comment describing what this is * 3p/overlays: discard custom overrides of Nix 2.3: it's now maintained properly upstream * users/wpcarro/emacs: disable doom themes package Change-Id: Ic5def77319a0a55e78c8ffe05b9309d59784cfd9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10204 Reviewed-by: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/emacs/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index 78c66c693d09..0b3c5a6e73ca 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -86,7 +86,8 @@ let diminish direnv dockerfile-mode - doom-themes + # TODO(wpcarro): broken since channel bump cl/10204 + # doom-themes elisp-slime-nav elixir-mode elm-mode @@ -261,5 +262,6 @@ in touch $out ''; - meta.ci.targets = [ "check" ]; + # TODO(wpcarro): commented out because of doom-themes breakage; cl/10204 + # meta.ci.targets = [ "check" ]; } |