add cargo-update explicitly on the mac
This commit is contained in:
parent
c0f24a6e93
commit
0e2b400605
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ in {
|
|||
|
||||
home-manager.users.cyryl = { ... }: {
|
||||
imports = [ ];
|
||||
home.packages = with pkgs; [ awscli kubectl ];
|
||||
home.packages = with pkgs; [ awscli kubectl cargo-update ];
|
||||
programs.git.userEmail = lib.mkForce "cyryl.plotnicki@form3.tech";
|
||||
programs.git.extraConfig.user.signingkey =
|
||||
"6441B1BC81F8FB1561C9AFF5534222210FE423ED";
|
||||
|
|
Loading…
Reference in a new issue