herdr: distribute the SKILL.md file (#546881)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-30 15:16:23 +00:00
committed by GitHub
+4 -1
View File
@@ -55,7 +55,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
chmod -R u+w "$ZIG_GLOBAL_CACHE_DIR/p"
'';
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
postInstall = ''
install -Dm444 SKILL.md -t $out/share/herdr/skills/herdr
''
+ lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd herdr \
--bash <("$out/bin/herdr" completion bash) \
--fish <("$out/bin/herdr" completion fish) \