mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
Cleanup
This commit is contained in:
parent
8414685c0f
commit
185c3c8240
7 changed files with 62 additions and 34 deletions
|
@ -68,7 +68,7 @@ static FlakeInput parseFlakeInput(EvalState & state,
|
|||
expectType(state, tAttrs, *value, pos);
|
||||
|
||||
FlakeInput input {
|
||||
.ref = parseFlakeRef(inputName)
|
||||
.ref = FlakeRef::fromAttrs({{"type", "indirect"}, {"id", inputName}})
|
||||
};
|
||||
|
||||
auto sInputs = state.symbols.create("inputs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue