tests/nvidia-container-toolkit: more getExe
This commit is contained in:
@@ -39,7 +39,7 @@ import ./make-test-python.nix (
|
|||||||
name = "cdi-test";
|
name = "cdi-test";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "${testCDIScript}/bin/test-cdi" ];
|
Cmd = [ (lib.getExe testCDIScript) ];
|
||||||
};
|
};
|
||||||
copyToRoot = (
|
copyToRoot = (
|
||||||
with pkgs.dockerTools;
|
with pkgs.dockerTools;
|
||||||
|
|||||||
Reference in New Issue
Block a user