From e613112edaee47e0c6a7eaddeec06f870c506b3e Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 9 May 2020 13:09:29 +0100 Subject: [PATCH] ci-root: add ciPackages to the root derivation as well --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index 93cdbd6730..f8d34b5521 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -6,5 +6,5 @@ let ciMachines = prefixAttrs "machine" depot.ops.nixos; ciPackages = prefixAttrs "pkg" depot.nix.pkgs; in -pkgs.linkFarm "ci" ciMachines +pkgs.linkFarm "ci" (ciMachines ++ ciPackages)