hotfix(flake): package path
This commit is contained in:
parent
29a7409d73
commit
3fb535bce6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue