diff options
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.nix b/package.nix index b8518a94..21aee353 100644 --- a/package.nix +++ b/package.nix @@ -24,6 +24,7 @@ # for check util-linux, + nettools, glibc, # for ldd withStatic ? stdenv.hostPlatform.isStatic, @@ -98,6 +99,9 @@ buildGoModule rec { nativeBuildInputs = [ pkg-config makeBinaryWrapper + + # for container example + nettools ]; postInstall = |
