We need to build without Nix, because it results in binaries that are dynamically linked to things provided by Nix. This results in binaries that can't be run on systems without Nix.
We also fix the release build, because it was broken. Ideally we would not rebuild, instead using the same binary tested in CI on every commit, but that's to be fixed later.
We need to build without Nix, because it results in binaries that are dynamically linked to things provided by Nix. This results in binaries that can't be run on systems without Nix.
We also fix the release build, because it was broken. Ideally we would not rebuild, instead using the same binary tested in CI on every commit, but that's to be fixed later.