Skip to content

Commit ed01fc1

Browse files
authored
cudaPackages.cuda_nvcc: remove trailing escape (NixOS#406575)
2 parents 44030d8 + 681b385 commit ed01fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/cuda-modules/fixups/cuda_nvcc.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ prevAttrs: {
4040
substituteInPlace bin/nvcc.profile \
4141
--replace-fail \
4242
'$(TOP)/$(_NVVM_BRANCH_)' \
43-
"''${!outputBin}/nvvm" \
43+
"''${!outputBin}/nvvm"
4444
''
4545
+ ''
4646
cat << EOF >> bin/nvcc.profile

0 commit comments

Comments
 (0)