all repos — nixfiles @ a3f1ee0c6a21bbeae26752557ad8612d0b0ba5de

System and user configuration, managed by nix and home-manager

dev/web: install vercel CLI
Alan Pearce alan@alanpearce.eu
Sun, 02 Jun 2024 21:07:31 +0200
commit

a3f1ee0c6a21bbeae26752557ad8612d0b0ba5de

parent

7bde47a9659aaf83a5603fb0a362fa248e9e72e6

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/development/web.nixuser/settings/development/web.nix
@@ -12,6 +12,7 @@ ] ++ (with pkgs; [     flyctl
     prettierd
     personal.htmlformat
+    nodePackages.vercel
   ]);
   home.shellAliases = {
     # 0.2.25 current completion command only affects `flyctl`, although `fly` is a link to `flyctl`