forked from mirrors/nixpkgs
pulumi: update updater
so that it can work even with an empty NIX_PATH
This commit is contained in:
parent
3510fba9b0
commit
fa2393f031
8
pkgs/tools/admin/pulumi/update-pulumi-shell.nix
Normal file
8
pkgs/tools/admin/pulumi/update-pulumi-shell.nix
Normal file
|
@ -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…
Reference in a new issue