pulumi-bin: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell update-pulumi-shell.nix -i bash
|
||||
#!nix-shell -i bash -p gh
|
||||
# shellcheck shell=bash
|
||||
# Bash 3 compatible for Darwin
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
nixpkgs ? import ../../../.. { },
|
||||
}:
|
||||
with nixpkgs;
|
||||
mkShell {
|
||||
packages = [
|
||||
pkgs.gh
|
||||
];
|
||||
}
|
||||
@@ -3336,8 +3336,6 @@ with pkgs;
|
||||
|
||||
pulumiPackages = recurseIntoAttrs pulumi.pkgs;
|
||||
|
||||
pulumi-bin = callPackage ../tools/admin/pulumi-bin { };
|
||||
|
||||
patch = gnupatch;
|
||||
|
||||
pcscliteWithPolkit = pcsclite.override {
|
||||
|
||||
Reference in New Issue
Block a user