pulumi-bin: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:27:56 +01:00
parent 67d0d31580
commit 1c633f98f3
5 changed files with 1 additions and 12 deletions
@@ -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
];
}
-2
View File
@@ -3336,8 +3336,6 @@ with pkgs;
pulumiPackages = recurseIntoAttrs pulumi.pkgs;
pulumi-bin = callPackage ../tools/admin/pulumi-bin { };
patch = gnupatch;
pcscliteWithPolkit = pcsclite.override {