Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Switch the rust toolchain back to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 27, 2023
1 parent f520c44 commit 44588aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
# * Perl is needed to run the SyTest test suite.
languages.go.enable = true;
languages.rust.enable = true;
languages.rust.version = "nightly";
languages.rust.version = "stable";
languages.perl.enable = true;

# Postgres is needed to run Synapse with postgres support and
Expand Down

0 comments on commit 44588aa

Please sign in to comment.