nixpkgs-suyu/pkgs/tools/admin/pulumi/update-pulumi-shell.nix
Matthieu Coudron fa2393f031 pulumi: update updater
so that it can work even with an empty NIX_PATH
2022-05-23 11:03:33 +02:00

8 lines
97 B
Nix

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