test/sandbox: verify outcome via mountinfo

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-24 01:39:31 +09:00
parent 1eb837eab8
commit 0eb1bc6301
9 changed files with 361 additions and 361 deletions

View File

@@ -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;