[Backport release-25.05] fishPlugins.aws: init at 0-unstable-2023-08-03 (#441793)

This commit is contained in:
Sefa Eyeoglu
2025-09-10 17:50:16 +02:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
lib,
buildFishPlugin,
fetchFromGitHub,
}:
buildFishPlugin {
pname = "aws";
version = "0-unstable-2023-08-03";
src = fetchFromGitHub {
owner = "oh-my-fish";
repo = "plugin-aws";
rev = "e53a1de3f826916cb83f6ebd34a7356af8f754d1";
hash = "sha256-l17v/aJ4PkjYM8kJDA0zUo87UTsfFqq+Prei/Qq0DRA=";
};
meta = {
description = "Completions and integrations with the AWS CLI";
homepage = "https://github.com/oh-my-fish/plugin-aws";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ theobori ];
};
}

View File

@@ -12,6 +12,8 @@ lib.makeScope newScope (
autopair = callPackage ./autopair.nix { };
aws = callPackage ./aws.nix { };
bang-bang = callPackage ./bang-bang.nix { };
bobthefish = callPackage ./bobthefish.nix { };