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.
|
# 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
|
||||||
|
|
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -51,6 +51,8 @@ let
|
||||||
llvmPackages
|
llvmPackages
|
||||||
makeWrapper
|
makeWrapper
|
||||||
mdbook
|
mdbook
|
||||||
|
moreutils
|
||||||
|
nano
|
||||||
nix
|
nix
|
||||||
notmuch
|
notmuch
|
||||||
openssh
|
openssh
|
||||||
|
|
Loading…
Reference in a new issue