switch to stable rust

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-09 13:28:04 -05:00
parent 528aeb1c9b
commit 6122c8dde7

View File

@ -60,7 +60,7 @@
};
packages.default = self'.packages.rush;
devShells.default = self'.devShells.nightly;
devShells.default = self'.devShells.stable;
packages.rush = (rustPackage "rush");
packages.rush-base = (rustPackage "");