1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-24 18:00:55 +01:00
nix/corepkgs/nar/nar.sh
2003-07-10 20:34:29 +00:00

3 lines
76 B
Bash

#! /bin/sh
/tmp/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1