From ea58be7d80f3b20c7790c9833e1c3ce2716a788a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 2 Dec 2025 01:43:06 +0100 Subject: update_clang tools --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 24b2d77..004c1af 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ { pkgs ? import {} , stdenv ? pkgs.llvmPackages_19.stdenv -, clang-tools ? pkgs.clang-tools_15 +, clang-tools ? pkgs.clang-tools_19 , gasp ? (import ((builtins.fetchGit { url = "git@git.keldu.de:apps/gasp"; ref = "master"; -- cgit v1.2.3