Loading pkgs/shells/fish/plugins/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,8 @@ lib.makeScope newScope (self: with self; { tide = callPackage ./tide.nix { }; transient-fish = callPackage ./transient-fish.nix { }; wakatime-fish = callPackage ./wakatime-fish.nix { }; z = callPackage ./z.nix { }; Loading pkgs/shells/fish/plugins/transient-fish.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib , buildFishPlugin , fetchFromGitHub }: buildFishPlugin { pname = "transient-fish"; version = "0-unstable-2024-03-10"; src = fetchFromGitHub { owner = "zzhaolei"; repo = "transient.fish"; rev = "be0093f1799462a93953e69896496dee4d063fd6"; hash = "sha256-rEkCimnkxcydKRI2y4DxEM7FD7F2/cGTZJN2Edq/Acc="; }; meta = with lib; { description = "Fish plugin to enable a transient prompt"; homepage = "https://github.com/zzhaolei/transient.fish"; license = licenses.mit; maintainers = with maintainers; [ iynaix ]; }; } Loading
pkgs/shells/fish/plugins/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,8 @@ lib.makeScope newScope (self: with self; { tide = callPackage ./tide.nix { }; transient-fish = callPackage ./transient-fish.nix { }; wakatime-fish = callPackage ./wakatime-fish.nix { }; z = callPackage ./z.nix { }; Loading
pkgs/shells/fish/plugins/transient-fish.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib , buildFishPlugin , fetchFromGitHub }: buildFishPlugin { pname = "transient-fish"; version = "0-unstable-2024-03-10"; src = fetchFromGitHub { owner = "zzhaolei"; repo = "transient.fish"; rev = "be0093f1799462a93953e69896496dee4d063fd6"; hash = "sha256-rEkCimnkxcydKRI2y4DxEM7FD7F2/cGTZJN2Edq/Acc="; }; meta = with lib; { description = "Fish plugin to enable a transient prompt"; homepage = "https://github.com/zzhaolei/transient.fish"; license = licenses.mit; maintainers = with maintainers; [ iynaix ]; }; }