about summary refs log tree commit diff
path: root/corepkgs/nar/nar.sh
blob: 059bca8ba1342feba50b5b38acf52854f79d11cb (plain) (blame)
1
2
3
#! /bin/sh

/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1