mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
6 lines
143 B
Bash
6 lines
143 B
Bash
#! /bin/sh
|
|
|
|
export PATH=/bin:/usr/bin
|
|
|
|
echo "unpacking $narFile to $out..."
|
|
bunzip2 < $narFile | @bindir@/nix-store --restore "$out" || exit 1
|