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:
parent
8e08dd6970
commit
9a09505b77
3 changed files with 3 additions and 7 deletions
4
third_party/overlays/tvl.nix
vendored
4
third_party/overlays/tvl.nix
vendored
|
@ -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: {
|
||||
|
|
|
@ -57,7 +57,7 @@ with lib;
|
|||
gdb
|
||||
lldb
|
||||
hyperfine
|
||||
clang-tools_11
|
||||
clang-tools
|
||||
|
||||
clj2nix
|
||||
clojure
|
||||
|
|
|
@ -221,8 +221,8 @@ lib.fix (self: {
|
|||
bat
|
||||
chromium
|
||||
clang-manpages
|
||||
clang-tools_11
|
||||
clang_11
|
||||
clang-tools
|
||||
clang
|
||||
curl
|
||||
direnv
|
||||
dnsutils
|
||||
|
|
Loading…
Reference in a new issue