Add hostname package to nettest nix container
All checks were successful
Build Container (Nix) / build (push) Successful in 9s
Build Container / build (push) Successful in 12s

Alpine provides hostname via busybox; nix needs it explicitly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-19 08:27:19 -08:00
commit 58e13fab7d

View file

@ -14,6 +14,7 @@ let
pkgs.dnsutils # provides nslookup, dig
pkgs.cacert
pkgs.coreutils
pkgs.hostname
pkgs.bashInteractive
];
};