forked from lix-project/lix
CmdHashBase: doc comment
This commit is contained in:
parent
e7abf60a0c
commit
156ea78d74
|
@ -8,6 +8,11 @@
|
||||||
|
|
||||||
using namespace nix;
|
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
|
struct CmdHashBase : Command
|
||||||
{
|
{
|
||||||
FileIngestionMethod mode;
|
FileIngestionMethod mode;
|
||||||
|
|
Loading…
Reference in a new issue