mirror of
https://github.com/NixOS/nix
synced 2025-07-05 08:11:47 +02:00
Coding style
This commit is contained in:
parent
c6b063c31a
commit
af94b54db3
3 changed files with 19 additions and 25 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue