Merge pull request #19 from Noah765/evaluable-flake-thunk

Evaluate entire flake thunk
This commit is contained in:
Max Headroom 2024-07-05 19:25:40 +02:00 committed by GitHub
commit 1b14f2eb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,