diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-24 01:39:31 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-24 01:42:38 +0900 |
| commit | 0eb1bc6301591a9d8ebcd348238c2e98ee2a7bc0 (patch) | |
| tree | 011dd19d7e22ae3f8dfaf654d131184415e973b7 /package.nix | |
| parent | 1eb837eab820e6a0365bddea93e0d1d91f957f8a (diff) | |
test/sandbox: verify outcome via mountinfo
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 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; |
