hopefully fix mastodon

This commit is contained in:
Vivian 2023-12-09 10:31:06 +01:00
parent 6255373ab2
commit 0fe2bdbcc5
3 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,7 @@ in {
options.programs.v.rust = { enable = mkEnableOption "rust"; };
config = mkIf cfg.enable {
home = {
packages = with pkgs; [ rustup cargo-nextest cargo-msrv ];
packages = with pkgs; [ rustup cargo-nextest cargo-msrv cargo-dist cargo-cross];
file = {
".cargo/config.toml".text = ''