···9 outputHashAlgo = "sha256";
10 outputHash = "sha256-FpMp7z+B3cR3LkQ+PooH/b1/NlxH8NHVJNWifaPWt4U=";
1112- # This 256 byte seed is the only pre-compiled binary in the bootstrap chain.
13- hex0-seed = import <nix/fetchurl.nix> {
14- name = "hex0-seed-${version}";
15- url = "https://github.com/oriansj/bootstrap-seeds/raw/b1263ff14a17835f4d12539226208c426ced4fba/POSIX/x86/hex0-seed";
16- hash = "sha256-QU3RPGy51W7M2xnfFY1IqruKzusrSLU+L190ztN6JW8=";
17- executable = true;
18- };
19-20 /*
21 Since `make-minimal-bootstrap-sources` requires nixpkgs and nix it
22 will create a circular dependency if it is used in place of the
···9 outputHashAlgo = "sha256";
10 outputHash = "sha256-FpMp7z+B3cR3LkQ+PooH/b1/NlxH8NHVJNWifaPWt4U=";
110000000012 /*
13 Since `make-minimal-bootstrap-sources` requires nixpkgs and nix it
14 will create a circular dependency if it is used in place of the
···19## You should have received a copy of the GNU General Public License
20## along with mescc-tools. If not, see <http://www.gnu.org/licenses/>.
2122-alias CC="${mescc-tools}/bin/M2-Mesoplanet --operating-system ${OPERATING_SYSTEM} --architecture ${ARCH} -f"
23cd ${src}/mescc-tools-extra
2425# Create output folder
···19## You should have received a copy of the GNU General Public License
20## along with mescc-tools. If not, see <http://www.gnu.org/licenses/>.
2122+alias CC="${mescc-tools}/bin/M2-Mesoplanet --operating-system ${m2libcOS} --architecture ${m2libcArch} -f"
23cd ${src}/mescc-tools-extra
2425# Create output folder