flake.nix: switch to stable rust

This commit is contained in:
Astro 2022-07-16 00:18:33 +02:00
parent 6f431574f6
commit f7cf04a7ad
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
utils.lib.eachSystem (with utils.lib.system; [ x86_64-linux aarch64-linux ]) (system: let
pkgs = nixpkgs.legacyPackages."${system}";
rust = fenix.packages.${system}.complete.withComponents [
rust = fenix.packages.${system}.stable.withComponents [
"cargo"
"rustc"
"rust-src" # just for rust-analyzer