summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/development/infrastructure/default.nix
blob: 7f43f0bc7867434b7df2cbc616e7935f21b95c51 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }: {
  home.packages = with pkgs; [
    flyctl
    nodePackages_latest.wrangler
    nodePackages_latest.vercel
  ];
}