1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 08:11:47 +02:00

Coding style

This commit is contained in:
Eelco Dolstra 2021-08-23 13:05:42 +02:00
parent c6b063c31a
commit af94b54db3
3 changed files with 19 additions and 25 deletions

View file

@ -124,15 +124,6 @@ struct LockFlags
std::set<InputPath> inputUpdates;
};
struct LockParent {
/* The path to this parent */
InputPath path;
/* Whether we are currently inside a top-level lockfile (inputs absolute)
or subordinate lockfile (inputs relative) */
bool absolute;
};
LockedFlake lockFlake(
EvalState & state,
const FlakeRef & flakeRef,