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