fix(42/irc): using the llvm21

This commit is contained in:
Raphael 2025-10-09 11:56:48 +02:00 committed by Raphaël
parent d5121a0086
commit 2d70fcfd07

View file

@ -11,8 +11,8 @@ in
{ {
config = lib.mkIf cfg { config = lib.mkIf cfg {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
llvmPackages.clang llvmPackages_21.clang
llvmPackages.clang-tools llvmPackages_21.clang-tools
gnumake gnumake
]; ];
users = { users = {