1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

optimized rust-toolchain config in nix

This commit is contained in:
XNM
2023-11-23 20:34:58 +02:00
parent b625e2addb
commit a3ffffdb4c
2 changed files with 5 additions and 6 deletions

View File

@@ -432,7 +432,9 @@
nixpkgs.config.allowUnfree = true;
# Apply the overlay to the package set
# nixpkgs.overlays = [ spotifyOverlay ];
nixpkgs.overlays = [
inputs.rust-overlay.overlays.default
];
# Override packages
nixpkgs.config.packageOverrides = pkgs: {
@@ -479,6 +481,7 @@
nil
zls
(rust-bin.fromRustupToolchainFile ./rust-toolchain.toml)
evcxr #rust repl
taplo #toml formatter & lsp
cargo-deny