mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
8 lines
227 B
Nix
8 lines
227 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
steampipe-plugin-aws = callPackage ./steampipe-plugin-aws { };
|
|
steampipe-plugin-azure = callPackage ./steampipe-plugin-azure { };
|
|
steampipe-plugin-github = callPackage ./steampipe-plugin-github { };
|
|
}
|