nixos/tests/tracee: fix eval

Test still doesn't pass.
This commit is contained in:
K900 2023-10-07 00:17:54 +03:00
parent b854f27f47
commit 320fcb409c

View File

@ -43,6 +43,10 @@ import ./make-test-python.nix ({ pkgs, ... }: {
mv $GOPATH/tracee-integration $out/bin/
'';
doInstallCheck = false;
meta = oa.meta // {
outputsToInstall = [];
};
}))
];
};