fix(build): Add missing packages for Nixery images
This commit is contained in:
parent
7b4e893a36
commit
51ad58f8de
2 changed files with 5 additions and 0 deletions
|
@ -59,10 +59,13 @@ in fix(self: {
|
|||
# with Nixery.
|
||||
// {
|
||||
inherit (self.third_party)
|
||||
bashInteractive
|
||||
cacert
|
||||
coreutils
|
||||
iana-etc
|
||||
jq
|
||||
moreutils
|
||||
nano
|
||||
openssl
|
||||
runCommand
|
||||
symlinkJoin
|
||||
|
|
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -51,6 +51,8 @@ let
|
|||
llvmPackages
|
||||
makeWrapper
|
||||
mdbook
|
||||
moreutils
|
||||
nano
|
||||
nix
|
||||
notmuch
|
||||
openssh
|
||||
|
|
Loading…
Reference in a new issue