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