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