chore(build): Add package required for buildGo at the top-level

This is required to maintain buildGo compatibility with non-depot
setups.
This commit is contained in:
Vincent Ambo 2019-12-19 15:35:03 +00:00
parent 467a66bac2
commit 124d26210b

View file

@ -70,4 +70,13 @@ in fix(self: {
runCommand
symlinkJoin
writeText;
})
}
# These packages must be exposed for compatibility with buildGo.
#
# Despite buildGo being tracked in this tree, I want it to be possible
# for external users to import it with the default nixpkgs layout.
// {
inherit (self.third_party) go ripgrep;
}
)