mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
9 lines
178 B
Bash
9 lines
178 B
Bash
source $stdenv/setup
|
|
|
|
header "exporting egg ${eggName} (version $version) into $out"
|
|
|
|
mkdir -p $out
|
|
chicken-install -r "${eggName}:${version}"
|
|
cp -r ${eggName}/* $out/
|
|
|
|
stopNest
|