move rust packages to nix
This commit is contained in:
parent
d9542dd030
commit
fda4d7deb0
2 changed files with 13 additions and 6 deletions
|
@ -103,11 +103,6 @@
|
|||
"clang-toolchain"
|
||||
"python"
|
||||
|
||||
; rust
|
||||
"rust"
|
||||
"rust-cargo"
|
||||
"rust-analyzer"
|
||||
|
||||
; social
|
||||
"gajim"
|
||||
"gajim-openpgp"
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue