Loading nixos/tests/nvidia-container-toolkit.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/tests/nvidia-container-toolkit.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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