move rust packages to nix

This commit is contained in:
Murphy 2025-01-02 21:47:37 -05:00
parent d9542dd030
commit fda4d7deb0
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 13 additions and 6 deletions

View file

@ -103,11 +103,6 @@
"clang-toolchain"
"python"
; rust
"rust"
"rust-cargo"
"rust-analyzer"
; social
"gajim"
"gajim-openpgp"

View file

@ -15,11 +15,23 @@
stateVersion = "25.05";
packages = with pkgs; [
# desktop
# shell
starship
# desktop
discord
element-desktop
thunderbird
# rust
rustc
rustfmt
rust-analyzer
cargo
clippy
# unity
unityhub
# libs
openssl
libgcc
];
};