Unverified Commit 87fcca6a authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

trashy: added manpage (#452638)

parents 228819d1 7247f9f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ rustPlatform.buildRustPackage rec {
      --bash <($out/bin/trash completions bash) \
      --fish <($out/bin/trash completions fish) \
      --zsh <($out/bin/trash completions zsh) \

    installManPage --name trashy.1 <($out/bin/trash manpage)
  '';

  meta = {