From f9f49285c5ecc76d3edfb0a54ffab53c2e296d7f Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 26 Feb 2022 18:57:55 +0100 Subject: Apply linter advices --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 44e38e6..274f421 100644 --- a/flake.nix +++ b/flake.nix @@ -19,9 +19,7 @@ { devShell = mkShell { buildInputs = [ - (rust-bin.stable."1.58.0".default.override { - extensions = [ "rust-src" ]; - }) + rust-bin.stable."1.58.0".default rust-analyzer cargo-watch pkgconfig -- cgit v1.2.3