* Generate nar.sh, fetchurl.sh.

This commit is contained in:
Eelco Dolstra 2003-07-18 07:42:57 +00:00
parent b3fc38bf6a
commit ab350eafd2
9 changed files with 32 additions and 27 deletions

5
corepkgs/nar/nar.sh.in Normal file
View file

@ -0,0 +1,5 @@
#! /bin/sh
echo "packing $path into $out..."
@bindir@/nix --dump --file "$path" | bzip2 > $out || exit 1