Skip to content

Commit 9e574a8

Browse files
nix flake: try getting tests to pass
1 parent d534b27 commit 9e574a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstore/unix/build/local-derivation-goal.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Goal::Co LocalDerivationGoal::tryLocalBuild()
267267
} catch (BadSystem & e) {
268268
outputLocks.unlock();
269269
buildUser.reset();
270+
worker.permanentFailure = true;
270271
co_return done(BuildResult::NoBuilders, {}, std::move(e));
271272
}
272273

0 commit comments

Comments
 (0)