Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 23.11 9 lines 277 B view raw
1if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi 2source $stdenv/setup 3 4configureFlags="-prefix $out $configureFlags" 5genericBuild 6 7#cd emacs/ 8#mkdir -p $out/share/ocaml/emacs 9#make EMACSDIR=$out/share/ocaml/emacs install