Loading pkgs/shells/fish/plugins/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ lib.makeScope newScope (self: with self; { hydro = callPackage ./hydro.nix { }; nvm = callPackage ./nvm.nix { }; pisces = callPackage ./pisces.nix { }; plugin-git = callPackage ./plugin-git.nix { }; Loading pkgs/shells/fish/plugins/nvm.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { buildFishPlugin, fetchFromGitHub, lib, }: buildFishPlugin rec { pname = "nvm"; version = "2.2.16"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "nvm.fish"; tag = version; hash = "sha256-GTEkCm+OtxMS3zJI5gnFvvObkrpepq1349/LcEPQRDo="; }; meta = { description = "The Node.js version manager you'll adore, crafted just for Fish"; homepage = "https://github.com/jorgebucaran/nvm.fish"; changelog = "https://github.com/jorgebucaran/nvm.fish/releases/tag/${version}/CHANGELOG.md"; downloadPage = "https://github.com/jorgebucaran/nvm.fish/releases"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pta2002 ]; }; } Loading
pkgs/shells/fish/plugins/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ lib.makeScope newScope (self: with self; { hydro = callPackage ./hydro.nix { }; nvm = callPackage ./nvm.nix { }; pisces = callPackage ./pisces.nix { }; plugin-git = callPackage ./plugin-git.nix { }; Loading
pkgs/shells/fish/plugins/nvm.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { buildFishPlugin, fetchFromGitHub, lib, }: buildFishPlugin rec { pname = "nvm"; version = "2.2.16"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "nvm.fish"; tag = version; hash = "sha256-GTEkCm+OtxMS3zJI5gnFvvObkrpepq1349/LcEPQRDo="; }; meta = { description = "The Node.js version manager you'll adore, crafted just for Fish"; homepage = "https://github.com/jorgebucaran/nvm.fish"; changelog = "https://github.com/jorgebucaran/nvm.fish/releases/tag/${version}/CHANGELOG.md"; downloadPage = "https://github.com/jorgebucaran/nvm.fish/releases"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pta2002 ]; }; }