StardustXR / server

Stardust XR Reference Server, now blazingly fast in Rust :D
https://stardustxr.org/
GNU General Public License v2.0
98 stars 15 forks source link

Nix build failure: stardust-xr-server requires rustc 1.75 or newer #18

Closed Sntx626 closed 1 month ago

Sntx626 commented 7 months ago

When trying to build the package with:

nix build

I get the error:

error: package `stardust-xr-server v0.44.0 (/build/stardust-xr-server-source)` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.71.1

How to fix:

nix flake update

I'll create a PR with an updated flake.lock.

However I think that at some point we should think about a CI/CD pipeline that auto-updates the flake.lock.

Sntx626 commented 1 month ago

This specific issue stardust-xr-server requires rustc 1.75 or newer is resolved. Closing with comment.

The build still fails though, I'll investigate it and might open an issue accordingly.