This commit is contained in:
Eelco Dolstra 2022-06-02 14:46:19 +02:00
parent 9d772bbf96
commit 1395210a68
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -318,8 +318,6 @@ static Flake getFlake(
auto [accessor, lockedRef] = resolvedRef.lazyFetch(state.store); auto [accessor, lockedRef] = resolvedRef.lazyFetch(state.store);
;
return readFlake(state, originalRef, resolvedRef, lockedRef, SourcePath {state.registerAccessor(accessor), CanonPath::root}, lockRootPath); return readFlake(state, originalRef, resolvedRef, lockedRef, SourcePath {state.registerAccessor(accessor), CanonPath::root}, lockRootPath);
} }