* Generate nar.sh, fetchurl.sh.
This commit is contained in:
parent
b3fc38bf6a
commit
ab350eafd2
9 changed files with 32 additions and 27 deletions
5
corepkgs/nar/nar.sh.in
Normal file
5
corepkgs/nar/nar.sh.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
echo "packing $path into $out..."
|
||||
@bindir@/nix --dump --file "$path" | bzip2 > $out || exit 1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue