03f1d1ecb5
* Made the dependencies on bzip2 and the shell explicit.
4 lines
111 B
Bash
4 lines
111 B
Bash
#! @shell@ -e
|
|
|
|
echo "unpacking $narFile to $out..."
|
|
@bunzip2@ < $narFile | @bindir@/nix-store --restore "$out"
|