Skip to content

Commit

Permalink
update flake to llvm-17 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Dec 16, 2023
1 parent 8b8bafa commit 008d7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
overlays = [ foolnotion.overlay ];
};

stdenv_ = pkgs.llvmPackages_16.stdenv;
stdenv_ = pkgs.llvmPackages_17.stdenv;

operon = stdenv_.mkDerivation {
name = "operon";
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 008d7c6

Please sign in to comment.