From b828856290e9d0058f38f8f523a285ece62e1b22 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 17 Jan 2023 23:51:04 +0000 Subject: [PATCH] ci-root: use 'system' argument --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index b1c4af6dca..9d22549d6d 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -45,6 +45,6 @@ let }; }; aarch64-darwin = x86_64-darwin; - }.${builtins.currentSystem}; + }.${system}; in pkgs.linkFarm "ci" (builtins.concatLists (lib.mapAttrsToList prefixAttrs ciBits))