Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 21, 2019
1 parent 0abb3ad commit d77970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/hash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct CmdHash : Command
bool truncate = false;
HashType ht = htSHA256;
std::vector<std::string> paths;
std::experimental::optional<std::string> modulus;
std::optional<std::string> modulus;

CmdHash(Mode mode) : mode(mode)
{
Expand Down

0 comments on commit d77970f

Please sign in to comment.