Closed bgins closed 3 years ago
This PR fixes/implements the following bugs/features
The nix shell will not build on machines with the aarch64 architecture. This change lets us override and use x86_64.
aarch64
x86_64
On an M1 mac, set up the nix with
nix-shell --arg rosetta true
Note that your /etc/nix/nix.conf will need to contain this line:
/etc/nix/nix.conf
extra-platforms = x86_64-darwin
Also would recommend bumping Niv while you have the hood up
Done! I also added niv to shell.nix to make it easier to upgrade if you don't have niv installed by another means.
niv
shell.nix
Summary
This PR fixes/implements the following bugs/features
The nix shell will not build on machines with the
aarch64
architecture. This change lets us override and usex86_64
.Test plan (required)
On an M1 mac, set up the nix with
Note that your
/etc/nix/nix.conf
will need to contain this line: