mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
experimental/optional -> optional
This commit is contained in:
parent
52419f8db3
commit
c8a0b9d5cb
15 changed files with 27 additions and 27 deletions
|
@ -555,7 +555,7 @@ static void prim_derivationStrict(EvalState & state, const Pos & pos, Value * *
|
|||
|
||||
PathSet context;
|
||||
|
||||
std::experimental::optional<std::string> outputHash;
|
||||
std::optional<std::string> outputHash;
|
||||
std::string outputHashAlgo;
|
||||
bool outputHashRecursive = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue