hotfix(flake): package path

This commit is contained in:
Muhammad Nauman Raza 2024-03-13 21:21:24 +00:00
parent 83ae6153e1
commit 53206ede2a

View file

@ -41,7 +41,7 @@
# Used by `nix develop` # Used by `nix develop`
devShells.default = pkgs.mkShell rec { devShells.default = pkgs.mkShell rec {
buildInputs = with pkgs.toolchain; [ buildInputs = with toolchain; [
cargo rustc rust-src clippy rustfmt # rust components cargo rustc rust-src clippy rustfmt # rust components
]; ];
# Specify the rust-src path (many editors rely on this) # Specify the rust-src path (many editors rely on this)