depot/third_party/nixpkgs/pkgs/tools/admin/pulumi-bin/update-pulumi-shell.nix

9 lines
99 B
Nix

{
nixpkgs ? import ../../../.. { },
}:
with nixpkgs;
mkShell {
packages = [
pkgs.gh
];
}