direnv: remove fish vendor_conf.d from output

As this is causing more problems that it solves, and is also
inconsistent with other shells, remove share/fish/vendor_conf.d, in
order to allow fully declarative configuration of the shell integration
in NixOS as well as other contexts like Home Manager.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2026-01-01 20:06:28 +01:00
parent b5994a0f67
commit ebe68acdac

View File

@@ -48,6 +48,10 @@ buildGoModule rec {
runHook postCheck
'';
postInstall = ''
rm -rf "$out/share/fish"
'';
meta = {
description = "Shell extension that manages your environment";
longDescription = ''