nix: use toolchain from refraction package

This commit is contained in:
seth 2024-03-31 19:56:40 -04:00
parent 5cfb079e35
commit bdce1f4455
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -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 = {