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
|
config.procfiles.daemons.package
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
clippy
|
clippy
|
||||||
rustfmt
|
rustfmt
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
@ -31,7 +29,8 @@
|
||||||
statix
|
statix
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
inputsFrom = [self'.packages.refraction];
|
||||||
|
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
|
||||||
};
|
};
|
||||||
|
|
||||||
treefmt = {
|
treefmt = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue