guix/corepkgs/nar/nar.sh

6 lines
107 B
Bash
Raw Normal View History

#! /bin/sh
echo "packing $path into $out..."
2003-07-16 20:00:51 +00:00
/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1