From 2c07b94b025792b8af85e5a447bce59ff5d6ca2a Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 2 Feb 2023 10:20:30 +0100 Subject: [PATCH] fishPlugins.grc: fix system wide installation --- pkgs/shells/fish/plugins/grc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/shells/fish/plugins/grc.nix b/pkgs/shells/fish/plugins/grc.nix index f506ba36c13c..1149c082cac0 100644 --- a/pkgs/shells/fish/plugins/grc.nix +++ b/pkgs/shells/fish/plugins/grc.nix @@ -11,6 +11,10 @@ buildFishPlugin { sha256 = "sha256-NQa12L0zlEz2EJjMDhWUhw5cz/zcFokjuCK5ZofTn+Q="; }; + postInstall = '' + cp conf.d/executables $out/share/fish/vendor_conf.d/ + ''; + meta = with lib; { description = "grc Colourizer for some commands on Fish shell"; license = licenses.mit;