Hi! Eelco Dolstra <[email protected]> skribis:
> Darwin builds seem to be failing due to a missing /bin/bash: > http://hydra.nixos.org/eval/613969 Oops! Use of ‘allStdenvs.stdenvNative’ exposed a bug whereby ‘system’ would not be propagated through all the stdenvs. Thus, running ‘nix-build -A stdenv --argstr system x86_64-darwin’ (as on Hydra) would actually try to build it on an x86_64-linux, and fail for lack of /bin/bash. Fixed in r33898. Thanks, Ludo’. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
