tests/nvidia-container-toolkit: more getExe

This commit is contained in:
Someone Serge 2024-08-22 17:09:56 +00:00
parent d665ca4fb2
commit 1b7f2fe883

View File

@ -39,7 +39,7 @@ import ./make-test-python.nix (
name = "cdi-test";
tag = "latest";
config = {
Cmd = [ "${testCDIScript}/bin/test-cdi" ];
Cmd = [ (lib.getExe testCDIScript) ];
};
copyToRoot = (
with pkgs.dockerTools;