Skip to content

Instantly share code, notes, and snippets.

@garbas
Created June 17, 2015 15:12
Show Gist options
  • Save garbas/e9825b104ea103ddd666 to your computer and use it in GitHub Desktop.
Save garbas/e9825b104ea103ddd666 to your computer and use it in GitHub Desktop.
preConfigure = if stdenv.system == "i686-cygwin" then ''
export HOMEPATH="\\homeless-shelter"
export NUMBER_OF_PROCESSORS="1"
'' else null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment