mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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:
@@ -48,6 +48,10 @@ buildGoModule rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
rm -rf "$out/share/fish"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Shell extension that manages your environment";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user