fishPlugins.aws: init at 0-unstable-2023-08-03

(cherry picked from commit 154ae2fcd8)
This commit is contained in:
Théo Bori
2025-09-07 23:23:56 +02:00
committed by github-actions[bot]
parent faeb79774e
commit 5fdfa23c34
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 { };