mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 05:21:03 +01:00
4 lines
71 B
Bash
4 lines
71 B
Bash
mkdir $out
|
|
cd $out
|
|
$bzip2 -d < $src | $tar xf -
|
|
mv * $out/$channelName
|