nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at netboot-syslinux-multiplatform 8 lines 213 B view raw
1if [ -e .attrs.sh ]; then source .attrs.sh; fi 2source $stdenv/setup 3 4echo "exporting egg ${eggName} (version $version) into $out" 5 6mkdir -p $out 7chicken-install -r "${eggName}:${version}" 8cp -r ${eggName}/* $out/