mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
4 lines
111 B
Bash
4 lines
111 B
Bash
#! @shell@ -e
|
|
|
|
echo "unpacking $narFile to $out..."
|
|
@bunzip2@ < $narFile | @bindir@/nix-store --restore "$out"
|