Skip to content

Commit

Permalink
tests/nvidia-container-toolkit: more getExe
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge committed Aug 22, 2024
1 parent d665ca4 commit 1b7f2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/nvidia-container-toolkit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b7f2fe

Please sign in to comment.