diff --git a/flake.nix b/flake.nix index 7fa311e..4d14a28 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ overlays = [ foolnotion.overlay ]; }; - stdenv_ = pkgs.llvmPackages_16.stdenv; + stdenv_ = pkgs.llvmPackages_17.stdenv; operon = stdenv_.mkDerivation { name = "operon"; @@ -104,7 +104,7 @@ name = "operon"; nativeBuildInputs = operon.nativeBuildInputs ++ (with pkgs; [ - clang-tools_16 + clang-tools_17 cppcheck include-what-you-use cmake-language-server