fix(build): Fix compatibility with Nixery instance

This commit is contained in:
Vincent Ambo 2019-12-18 17:39:00 +00:00
parent 3359ce12cf
commit c776bd383d

View file

@ -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;
})