Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
try clang16
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin committed Aug 31, 2023
1 parent 8f19401 commit a5b9495
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkg-fun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ---------------------------------------------------------------------------- #

{ stdenv
, clang15Stdenv # For Darwin
, clang16Stdenv # For Darwin
, sqlite
, pkg-config
, nlohmann_json
Expand All @@ -16,10 +16,8 @@
, sqlite3pp
}: let
pkgdbStdenv = if ( stdenv.hostPlatform.useLLVM or false ) ||
( stdenv.hostPlatform.isDarwin &&
stdenv.hostPlatform.isAarch64
)
then clang15Stdenv
( stdenv.hostPlatform.isDarwin or false )
then clang16Stdenv
else stdenv;
in pkgdbStdenv.mkDerivation {
pname = "flox-pkgdb";
Expand Down

0 comments on commit a5b9495

Please sign in to comment.