When using as a bundler via bundledPackage, if the bundled package is not nix, running the bundle fails with "Fatal error: nix is unable to build packages" if the bundled package does not contain bin/nix.
Reverting nixBin to what it was before ef91b63 fixes it.