summary refs log tree commit diff
path: root/pkgs/development/compilers/cudatoolkit
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2018-03-03 03:53:52 -0500
committerobadz <obadz-git@obadz.com>2018-03-04 17:28:36 +0000
commit6f073154da086d48d4a3e46a4f5d54698d85ed94 (patch)
treeabc49f727268b9a9a9fa436f3cd08c6e01b6b3f7 /pkgs/development/compilers/cudatoolkit
parent3a094f473aa76937480d563e53886c395fcb1eef (diff)
downloadnixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.tar
nixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.tar.gz
nixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.tar.bz2
nixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.tar.lz
nixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.tar.xz
nixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.tar.zst
nixlib-6f073154da086d48d4a3e46a4f5d54698d85ed94.zip
Give working advice for running nix-prefetch-url
nix-prefetch-url file://… requires a full path.  Suggest an invocation
that will provide one.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'pkgs/development/compilers/cudatoolkit')
-rw-r--r--pkgs/development/compilers/cudatoolkit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/cudatoolkit/default.nix b/pkgs/development/compilers/cudatoolkit/default.nix
index 8f9f6e19993d..d569e2401b6d 100644
--- a/pkgs/development/compilers/cudatoolkit/default.nix
+++ b/pkgs/development/compilers/cudatoolkit/default.nix
@@ -28,7 +28,7 @@ let
               This nix expression requires that ${args.name} is already part of the store.
               Register yourself to NVIDIA Accelerated Computing Developer Program, retrieve the CUDA toolkit
               at https://developer.nvidia.com/cuda-toolkit, and run the following command in the download directory:
-              nix-prefetch-url file://${args.name}
+              nix-prefetch-url file://\$PWD/${args.name}
             '';
             inherit (args) name sha256;
           }