cudaPackages: add missing newline to manifest builder

This commit is contained in:
Connor Baker 2023-12-13 02:32:57 +00:00
parent 6458f9f1f4
commit 85bcd8c391

View File

@ -189,6 +189,9 @@ backendStdenv.mkDerivation (
''
# Move the outputs into their respective outputs.
+ strings.concatMapStringsSep "\n" mkMoveToOutputCommand (builtins.tail finalAttrs.outputs)
# Add a newline to the end of the installPhase, so that the post-install hook doesn't
# get concatenated with the last moveToOutput command.
+ "\n"
# Post-install hook
+ ''
runHook postInstall