mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tests/nvidia-container-toolkit: more getExe
This commit is contained in:
parent
d665ca4fb2
commit
1b7f2fe883
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user