Skip to content

Commit 6dfdfaa

Browse files
TornaxO7Leandros
authored andcommitted
fix(ci): remove rust-toolchain
1 parent 470fbeb commit 6dfdfaa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@
2929

3030
devShells =
3131
let
32-
rust-toolchain = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
32+
rust-toolchain = pkgs.rust-bin.stable.latest.default.override {
33+
extensions = [ "rust-analyzer" ];
34+
};
3335
in
3436
{
3537
default =
3638
let
3739
package = pkgs.callPackage (import ./nix/package.nix) { };
3840
in
3941
pkgs.mkShell {
40-
packages = with pkgs; [
41-
] ++ [ rust-toolchain ];
42+
packages = [ rust-toolchain ];
4243

4344
buildInputs = package.buildInputs;
4445
nativeBuildInputs = package.nativeBuildInputs;

rust-toolchain.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)