fix(build): Add missing packages for Nixery images

This commit is contained in:
Vincent Ambo 2019-12-18 19:08:10 +00:00
parent 7b4e893a36
commit 51ad58f8de
2 changed files with 5 additions and 0 deletions

View file

@ -59,10 +59,13 @@ in fix(self: {
# with Nixery. # with Nixery.
// { // {
inherit (self.third_party) inherit (self.third_party)
bashInteractive
cacert cacert
coreutils coreutils
iana-etc iana-etc
jq jq
moreutils
nano
openssl openssl
runCommand runCommand
symlinkJoin symlinkJoin

View file

@ -51,6 +51,8 @@ let
llvmPackages llvmPackages
makeWrapper makeWrapper
mdbook mdbook
moreutils
nano
nix nix
notmuch notmuch
openssh openssh