mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
changed flake.nix
in template for nightly rust projects
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(rust-bin.fromRustupToolchainFile ./rust-toolchain.toml)
|
||||
evcxr #rust repl
|
||||
lldb_16
|
||||
taplo #toml formatter & lsp
|
||||
cargo-watch
|
||||
cargo-deny
|
||||
@@ -26,6 +26,6 @@
|
||||
cargo-bloat
|
||||
cargo-unused-features
|
||||
bacon
|
||||
lldb_16
|
||||
evcxr #rust repl
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user