build(nix): move from nightly to stable rust

This commit is contained in:
Vladimir Rubin 2025-06-14 20:51:09 +03:00
parent d0a2cc22c0
commit 2ab37a2396
Signed by: vavakado
GPG key ID: CAB744727F36B524
2 changed files with 3 additions and 8 deletions

View file

@ -21,12 +21,9 @@
pkgs = import nixpkgs {
inherit system overlays;
};
rust = pkgs.rust-bin.selectLatestNightlyWith (
toolchain:
toolchain.default.override {
rust = pkgs.rust-bin.stable.latest.default.override {
extensions = [ "rust-analyzer" ];
}
);
};
in
{
devShells.default = pkgs.mkShell rec {

View file

@ -1,2 +0,0 @@
imports_granularity = "Module"
group_imports = "StdExternalCrate"