nix: use toolchain from refraction package
This commit is contained in:
parent
5cfb079e35
commit
bdce1f4455
1 changed files with 2 additions and 3 deletions
|
@ -18,8 +18,6 @@
|
|||
config.procfiles.daemons.package
|
||||
|
||||
# rust
|
||||
cargo
|
||||
rustc
|
||||
clippy
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
|
@ -31,7 +29,8 @@
|
|||
statix
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
inputsFrom = [self'.packages.refraction];
|
||||
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
|
||||
};
|
||||
|
||||
treefmt = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue