about summary refs log blame commit diff
path: root/corepkgs/nar/nar.sh
blob: a7b6be8aaa0e70a30a128a23350f504adf28eb65 (plain) (tree)
1
2
3
4
5

          
                                 
                                                           
 
#! /bin/sh

echo "packing $path into $out..."
/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1