From 53206ede2a5a9d61d8b35878badbc111fcd95926 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 13 Mar 2024 21:21:24 +0000 Subject: [PATCH] hotfix(flake): package path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c0d3686..cc57f2f 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ # Used by `nix develop` devShells.default = pkgs.mkShell rec { - buildInputs = with pkgs.toolchain; [ + buildInputs = with toolchain; [ cargo rustc rust-src clippy rustfmt # rust components ]; # Specify the rust-src path (many editors rely on this)