Skip to content

Commit

Permalink
CmdHashBase: doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Nov 25, 2023
1 parent d53e461 commit 3d0d7d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nix/hash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3d0d7d0

Please sign in to comment.