test/sandbox: verify outcome via mountinfo
All checks were successful
Test / Fpkg (push) Successful in 36s
Test / Create distribution (push) Successful in 4m56s
Test / Fortify (push) Successful in 6m33s
Test / Data race detector (push) Successful in 7m3s
Test / Flake checks (push) Successful in 54s

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;