chore: use LLVM default version (16) over pinned version 11

This cleans up the clang-tools_11 attribute, affects tazjin's frog and
aspen's home-manager configuration. achilles remains with pinned
llvmPackages, but it doesn't build at the moment, so it's impossible to
test.

Change-Id: I53416bf7c99f363163de29b32678a82b9eb5adbd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10644
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: aspen <root@gws.fyi>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2024-01-16 16:44:38 +01:00 committed by clbot
parent 8e08dd6970
commit 9a09505b77
3 changed files with 3 additions and 7 deletions

View file

@ -31,10 +31,6 @@ depot.nix.readTree.drvTargets {
+ builtins.substring 0 7 depot.third_party.sources.home-manager.rev;
});
clang-tools_11 = self.clang-tools.override {
llvmPackages = self.llvmPackages_11;
};
# Add our Emacs packages to the fixpoint
emacsPackagesFor = emacs: (
(super.emacsPackagesFor emacs).overrideScope' (eself: esuper: {

View file

@ -57,7 +57,7 @@ with lib;
gdb
lldb
hyperfine
clang-tools_11
clang-tools
clj2nix
clojure

View file

@ -221,8 +221,8 @@ lib.fix (self: {
bat
chromium
clang-manpages
clang-tools_11
clang_11
clang-tools
clang
curl
direnv
dnsutils