pulumi: update updater

so that it can work even with an empty NIX_PATH
main
Matthieu Coudron 2 years ago
parent 3510fba9b0
commit fa2393f031
  1. 8
      pkgs/tools/admin/pulumi/update-pulumi-shell.nix
  2. 2
      pkgs/tools/admin/pulumi/update.sh

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

@ -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

Loading…
Cancel
Save