From 0eb1bc6301591a9d8ebcd348238c2e98ee2a7bc0 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 24 Mar 2025 01:39:31 +0900 Subject: test/sandbox: verify outcome via mountinfo 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 f82bc8fc..19a45001 100644 --- a/package.nix +++ b/package.nix @@ -23,6 +23,9 @@ go, gcc, + # for check + util-linux, + glibc, # for ldd withStatic ? stdenv.hostPlatform.isStatic, }: @@ -118,6 +121,7 @@ buildGoModule rec { go gcc xorg.xorgproto + util-linux ] ++ buildInputs ++ nativeBuildInputs; -- cgit v1.3.1