forked from lix-project/lix
3 lines
73 B
Bash
3 lines
73 B
Bash
#! /bin/sh
|
|
|
|
bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1
|