guix/corepkgs/nar/unnar.sh

4 lines
73 B
Bash

#! /bin/sh
bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1