nixpkgs-odroid-hc4/pkgs/tools/admin/pulumi/update-pulumi-shell.nix
2025-12-20 09:59:59 +11:00

8 lines
97 B
Nix

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