fishPlugins.bang-bang: init at 0-unstable-2023-07-23 (#357041)

This commit is contained in:
Sefa Eyeoglu
2024-12-23 19:46:02 +01:00
committed by GitHub
2 changed files with 25 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
lib,
buildFishPlugin,
fetchFromGitHub,
}:
buildFishPlugin {
pname = "bang-bang";
version = "0-unstable-2023-07-23";
src = fetchFromGitHub {
owner = "oh-my-fish";
repo = "plugin-bang-bang";
rev = "ec991b80ba7d4dda7a962167b036efc5c2d79419";
hash = "sha256-oPPCtFN2DPuM//c48SXb4TrFRjJtccg0YPXcAo0Lxq0=";
};
meta = {
description = "Bash style history substitution for Oh My Fish";
homepage = "https://github.com/oh-my-fish/plugin-bang-bang";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ theobori ];
};
}
+2
View File
@@ -5,6 +5,8 @@ lib.makeScope newScope (self: with self; {
autopair = callPackage ./autopair.nix { };
bang-bang = callPackage ./bang-bang.nix { };
bobthefish = callPackage ./bobthefish.nix { };
bobthefisher = callPackage ./bobthefisher.nix { };