mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Fix build
This commit is contained in:
parent
0abb3ad537
commit
d77970fde7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ struct CmdHash : Command
|
||||||
bool truncate = false;
|
bool truncate = false;
|
||||||
HashType ht = htSHA256;
|
HashType ht = htSHA256;
|
||||||
std::vector<std::string> paths;
|
std::vector<std::string> paths;
|
||||||
std::experimental::optional<std::string> modulus;
|
std::optional<std::string> modulus;
|
||||||
|
|
||||||
CmdHash(Mode mode) : mode(mode)
|
CmdHash(Mode mode) : mode(mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue