Skip to content

Commit

Permalink
Does this fix nixos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rpav committed Apr 20, 2024
1 parent 1bb46c3 commit 0de81ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let
then import (fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz) {}
else import <nixpkgs> {};

c2ffiBranch = "llvm-14.0.0";
llvmPackages = pkgs.llvmPackages_14;
c2ffiBranch = "llvm-18.1.0";
llvmPackages = pkgs.llvmPackages_18;
in

llvmPackages.stdenv.mkDerivation {
Expand All @@ -40,7 +40,7 @@ llvmPackages.stdenv.mkDerivation {

nativeBuildInputs = with pkgs; [
cmake
clang-tools_14
clang-tools_18
];

buildInputs = with pkgs; [
Expand Down

0 comments on commit 0de81ef

Please sign in to comment.