about summary refs log tree commit diff
path: root/pkgs/development/cuda-modules/generic-builders
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-12-13 02:32:57 +0000
committerConnor Baker <connor.baker@tweag.io>2023-12-13 13:35:03 +0000
commit85bcd8c3918ecba20b7e9a87769f50b07a00b13a (patch)
tree0ef8772282945a5f7cefd497ba3afd7183132550 /pkgs/development/cuda-modules/generic-builders
parent6458f9f1f4f3c7706d3f2ff15ea475df17227d8a (diff)
cudaPackages: add missing newline to manifest builder
Diffstat (limited to 'pkgs/development/cuda-modules/generic-builders')
-rw-r--r--pkgs/development/cuda-modules/generic-builders/manifest.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/cuda-modules/generic-builders/manifest.nix b/pkgs/development/cuda-modules/generic-builders/manifest.nix
index 95140ca651cd5..71c914c8c8f24 100644
--- a/pkgs/development/cuda-modules/generic-builders/manifest.nix
+++ b/pkgs/development/cuda-modules/generic-builders/manifest.nix
@@ -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