🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(evergarden): add rev to passthru

robin 1696a8c0 1bd8a469

+9
+9
pkgs/ivy-plugins/package.nix
··· 61 61 ''; 62 62 } 63 63 ); 64 + 65 + evergarden = generatedPlugins.evergarden.overrideAttrs (oa: { 66 + postInstall = '' 67 + mkdir $out/.git 68 + cat > $out/.git/HEAD <<EOF 69 + ${oa.src.rev} 70 + EOF 71 + ''; 72 + }); 64 73 }; 65 74 66 75 plugins = generatedPlugins // madePlugins;