mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Use @storedir@, not @prefix@/store.
This commit is contained in:
parent
b275f2ed3b
commit
2c5a8bf49f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export PATH=/bin:/usr/bin
|
|||
|
||||
echo "downloading $url into $out"
|
||||
|
||||
prefetch=@prefix@/store/nix-prefetch-url-$md5
|
||||
prefetch=@storedir@/nix-prefetch-url-$md5
|
||||
if test -f "$prefetch"; then
|
||||
echo "using prefetched $prefetch";
|
||||
mv $prefetch $out
|
||||
|
|
Loading…
Reference in a new issue