1
0
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:
xnm
2023-12-14 22:18:29 +02:00
parent 03fdb7e1bf
commit f9f36dbea3
3 changed files with 131 additions and 154 deletions

View File

@@ -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
];
}