mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Option to print out the path, analogous to nix-prefetch-url.
svn path=/nixpkgs/trunk/; revision=1890
This commit is contained in:
parent
43b626337f
commit
2a3f5188b5
1 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@ echo "path is $finalPath" >&2
|
|||
rm -rf $tmpPath2 || true
|
||||
|
||||
echo $hash
|
||||
|
||||
if test -n "$PRINT_PATH"; then
|
||||
echo $finalPath
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue