about summary refs log tree commit diff
path: root/nixos/tests/darling.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/darling.nix')
-rw-r--r--nixos/tests/darling.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/darling.nix b/nixos/tests/darling.nix
index bc7b189372d65..5665b4c2ffef2 100644
--- a/nixos/tests/darling.nix
+++ b/nixos/tests/darling.nix
@@ -4,7 +4,7 @@ let
   # Well, we _can_ cross-compile from Linux :)
   hello = pkgs.runCommand "hello" {
     sdk = "${pkgs.darling.sdk}/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk";
-    nativeBuildInputs = with pkgs.llvmPackages_latest; [ clang-unwrapped lld ];
+    nativeBuildInputs = with pkgs.llvmPackages_14; [ clang-unwrapped lld ];
     src = pkgs.writeText "hello.c" ''
       #include <stdio.h>
       int main() {