add gcloud-wrapper

This commit is contained in:
2025-10-21 11:15:01 +00:00
parent 76c7f9b81f
commit ffca4cbf52
5 changed files with 167 additions and 1 deletions

View File

@@ -106,6 +106,7 @@
tmuxbash = super.callPackage ./pkgs/tmuxbash.nix { };
vanta-agent = super.callPackage ./pkgs/vanta-agent.nix { };
chronoctl = super.callPackage ./pkgs/chronoctl.nix { };
gcloud-wrapper = super.callPackage ./pkgs/gcloud-wrapper { };
pkgs-unstable = import nixpkgs-unstable {
inherit (super) system;