about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-12 06:01:23 +0000
committerGitHub <noreply@github.com>2024-05-12 06:01:23 +0000
commit8101e67b3d7124a49839e9ff064e813941160ba3 (patch)
tree662f1d6a009bc2a2a0d7bde27e5556fbf1853e87 /lib/systems
parentab6da4a61591c13750821950267c6c011e1dc432 (diff)
parent9a65c1518c2d8eb1bddcf00107893b505fb18380 (diff)
Merge master into staging-next
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix
index 7e9aadeef72e5..fbd6c323bf425 100644
--- a/lib/systems/default.nix
+++ b/lib/systems/default.nix
@@ -81,6 +81,8 @@ let
         && final.parsed.kernel == platform.parsed.kernel;
       isCompatible = _: throw "2022-05-23: isCompatible has been removed in favor of canExecute, refer to the 22.11 changelog for details";
       # Derived meta-data
+      useLLVM = final.isFreeBSD;
+
       libc =
         /**/ if final.isDarwin              then "libSystem"
         else if final.isMinGW               then "msvcrt"