mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 00:51:00 +01: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"
|