Nix container build for nettest #214

Merged
eblume merged 9 commits from feature/nettest-nix-container into main 2026-02-19 08:42:59 -08:00
Showing only changes of commit 58e13fab7d - Show all commits

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>
Erich Blume 2026-02-19 08:27:19 -08:00

View file

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