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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
96 B
Nix
Raw Normal View History

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