hotfix(flake): package path

This commit is contained in:
Muhammad Nauman Raza 2024-03-13 21:21:24 +00:00
parent 8804d75970
commit 554f4ea167

View file

@ -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)