* Generate nar.sh, fetchurl.sh.
This commit is contained in:
parent
b3fc38bf6a
commit
ab350eafd2
9 changed files with 32 additions and 27 deletions
4
corepkgs/nar/unnar.sh.in
Normal file
4
corepkgs/nar/unnar.sh.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
|
||||
echo "unpacking $nar to $out..."
|
||||
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue