forked from security/hakurei
nix: improve common usability
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -37,7 +37,12 @@ let
|
||||
{
|
||||
name = "check-sandbox-${tc.name}";
|
||||
verbose = true;
|
||||
inherit (tc) tty device mapRealUid;
|
||||
inherit (tc)
|
||||
tty
|
||||
device
|
||||
mapRealUid
|
||||
useCommonPaths
|
||||
;
|
||||
share = testProgram;
|
||||
packages = [ ];
|
||||
path = "${testProgram}/bin/fortify-test";
|
||||
|
||||
Reference in New Issue
Block a user