Merge branch 'staging-next' into staging
This commit is contained in:
@@ -15,7 +15,7 @@ lib.makeScope newScope (self: with self; {
|
||||
|
||||
foreign-env = callPackage ./foreign-env { };
|
||||
|
||||
forgit-fish = callPackage ./forgit.nix { };
|
||||
forgit = callPackage ./forgit.nix { };
|
||||
|
||||
fzf-fish = callPackage ./fzf-fish.nix { };
|
||||
|
||||
|
||||
@@ -4,7 +4,11 @@ buildFishPlugin rec {
|
||||
pname = "forgit";
|
||||
version = "unstable-2021-04-09";
|
||||
|
||||
buildInputs = [ git fzf ];
|
||||
preFixup = ''
|
||||
substituteInPlace $out/share/fish/vendor_conf.d/forgit.plugin.fish \
|
||||
--replace "fzf " "${fzf}/bin/fzf " \
|
||||
--replace "git " "${git}/bin/git "
|
||||
'';
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wfxr";
|
||||
|
||||
Reference in New Issue
Block a user