mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
Merge pull request #19 from Noah765/evaluable-flake-thunk
Evaluate entire flake thunk
This commit is contained in:
commit
1b14f2eb41
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ static Flake readFlake(
|
|||
|
||||
// NOTE evalFile forces vInfo to be an attrset because mustBeTrivial is true.
|
||||
Value vInfo;
|
||||
state.evalFile(flakePath, vInfo, true);
|
||||
state.evalFile(flakePath, vInfo, false);
|
||||
|
||||
Flake flake {
|
||||
.originalRef = originalRef,
|
||||
|
|
Loading…
Reference in a new issue