From 299685775a373bfcf18f03a1c2b7db996ff90267 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 14 Nov 2025 18:11:39 +0900 Subject: container: provide usage example This requires cgo so unfortunately will not run in the playground. Signed-off-by: Ophestra --- package.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.nix') 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 = -- cgit v1.3.1