mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
fishPlugins.grc: fix system wide installation
This commit is contained in:
parent
e14a364a73
commit
2c07b94b02
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue