Nix container build for nettest #214
1 changed files with 1 additions and 0 deletions
Add hostname package to nettest nix container
Alpine provides hostname via busybox; nix needs it explicitly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
58e13fab7d
|
|
@ -14,6 +14,7 @@ let
|
|||
pkgs.dnsutils # provides nslookup, dig
|
||||
pkgs.cacert
|
||||
pkgs.coreutils
|
||||
pkgs.hostname
|
||||
pkgs.bashInteractive
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue