Merge pull request #214144 from onny/fishgrc-fix

fishPlugins.grc: fix system wide installation
This commit is contained in:
Nick Cao 2023-02-03 10:10:46 +08:00 committed by GitHub
commit 1e50c524d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;