CmdHashBase: doc comment

This commit is contained in:
Peter Kolloch 2023-11-25 17:34:16 +01:00
parent e7abf60a0c
commit 156ea78d74

View file

@ -8,6 +8,11 @@
using namespace nix;
/**
* Base for `nix hash file` (deprecated), `nix hash path` and `nix-hash` (legacy).
*
* Deprecation Issue: https://github.com/NixOS/nix/issues/8876
*/
struct CmdHashBase : Command
{
FileIngestionMethod mode;