about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-02-02 10:20:30 +0100
committerJonas Heinrich <onny@project-insanity.org>2023-02-02 10:20:30 +0100
commit2c07b94b025792b8af85e5a447bce59ff5d6ca2a (patch)
tree947da9888577b8d05048def3f0f7c33af5b63fcb /pkgs/shells/fish
parente14a364a736beb30fd5a311aa5889a7b2bc9b129 (diff)
downloadnixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.tar
nixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.tar.gz
nixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.tar.bz2
nixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.tar.lz
nixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.tar.xz
nixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.tar.zst
nixlib-2c07b94b025792b8af85e5a447bce59ff5d6ca2a.zip
fishPlugins.grc: fix system wide installation
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/plugins/grc.nix4
1 files changed, 4 insertions, 0 deletions
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;