From 2d70fcfd075f25f8a1e5b567c562fae72cf5cb7d Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 9 Oct 2025 11:56:48 +0200 Subject: [PATCH] fix(42/irc): using the llvm21 --- services/forty_two/irc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/forty_two/irc.nix b/services/forty_two/irc.nix index 0347841..15b6539 100644 --- a/services/forty_two/irc.nix +++ b/services/forty_two/irc.nix @@ -11,8 +11,8 @@ in { config = lib.mkIf cfg { environment.systemPackages = with pkgs; [ - llvmPackages.clang - llvmPackages.clang-tools + llvmPackages_21.clang + llvmPackages_21.clang-tools gnumake ]; users = {