From c776bd383da0e43d2f5ecbd2188590110507814c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 18 Dec 2019 17:39:00 +0000 Subject: fix(build): Fix compatibility with Nixery instance --- default.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 0fd79b93fd..ea4101a1a5 100644 --- a/default.nix +++ b/default.nix @@ -54,4 +54,17 @@ in fix(self: { # This can be used to move things from third_party into the top-level, too (such # as `lib`). // (readTree' self.config) ./overrides -) + +# These packages must be exposed at the top-level for compatibility +# with Nixery. +// { + inherit (self.third_party) + cacert + coreutils + iana-etc + jq + openssl + runCommand + symlinkJoin + writeText; +}) -- cgit 1.4.1