about summary refs log tree commit diff
path: root/pkgs/tools/admin/pulumi/update-pulumi-shell.nix
blob: cf69e640550d453d1efabdc18fe9dc51e4c69207 (plain) (blame)
1
2
3
4
5
6
7
8
{ nixpkgs ? import ../../../.. { } }:
with nixpkgs;
mkShell {
  packages = [
    pkgs.gh
  ];
}