diff options
Diffstat (limited to 'corepkgs/nar/unnar.sh.in')
-rw-r--r-- | corepkgs/nar/unnar.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/corepkgs/nar/unnar.sh.in b/corepkgs/nar/unnar.sh.in new file mode 100644 index 000000000000..4b00cb9812ff --- /dev/null +++ b/corepkgs/nar/unnar.sh.in @@ -0,0 +1,4 @@ +#! /bin/sh + +echo "unpacking $nar to $out..." +bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1 |