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"
|
"clang-toolchain"
|
||||||
"python"
|
"python"
|
||||||
|
|
||||||
; rust
|
|
||||||
"rust"
|
|
||||||
"rust-cargo"
|
|
||||||
"rust-analyzer"
|
|
||||||
|
|
||||||
; social
|
; social
|
||||||
"gajim"
|
"gajim"
|
||||||
"gajim-openpgp"
|
"gajim-openpgp"
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue