Rename files to reflect new `nix derivation show` name

This will match the files we added for `nix add derivation` in the rest
of this PR.
This commit is contained in:
John Ericson 2023-04-02 14:05:53 -04:00
parent 2b98af2e62
commit 27597f8131
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ struct CmdShowDerivation : InstallablesCommand
std::string doc() override
{
return
#include "show-derivation.md"
#include "derivation-show.md"
;
}