pulumi: update updater

so that it can work even with an empty NIX_PATH
This commit is contained in:
Matthieu Coudron 2022-04-20 00:44:41 +02:00
parent 3510fba9b0
commit fa2393f031
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{ nixpkgs ? import ../../../.. { } }:
with nixpkgs;
mkShell {
packages = [
pkgs.gh
];
}

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p gh
#!nix-shell update-pulumi-shell.nix -i bash
# shellcheck shell=bash
# Bash 3 compatible for Darwin