about summary refs log tree commit diff
path: root/pkgs/misc/nix/builder.sh
blob: 0decd4f50c38d6f09bd5094015362a269fe9c857 (plain) (blame)
1
2
3
4
5
6
7
8
source $stdenv/setup

configureFlags="\
  --with-store-dir=$storeDir --localstatedir=$stateDir \
  --with-aterm=$aterm --with-bdb=$bdb \
  --disable-init-state"

genericBuild