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" "clang-toolchain"
"python" "python"
; rust
"rust"
"rust-cargo"
"rust-analyzer"
; social ; social
"gajim" "gajim"
"gajim-openpgp" "gajim-openpgp"

View file

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