File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1422,8 +1422,6 @@ SingleDrvOutputs DerivationBuilderImpl::registerOutputs()
1422
1422
outputs to allow hard links between outputs. */
1423
1423
InodesSeen inodesSeen;
1424
1424
1425
- Path checkSuffix = " .check" ;
1426
-
1427
1425
std::exception_ptr delayedException;
1428
1426
1429
1427
/* The paths that can be referenced are the input closures, the
@@ -1839,7 +1837,7 @@ SingleDrvOutputs DerivationBuilderImpl::registerOutputs()
1839
1837
if (newInfo.narHash != oldInfo.narHash ) {
1840
1838
miscMethods->noteCheckMismatch ();
1841
1839
if (settings.runDiffHook || settings.keepFailed ) {
1842
- auto dst = store.toRealPath (finalDestPath + checkSuffix );
1840
+ auto dst = store.toRealPath (finalDestPath + " .check " );
1843
1841
deletePath (dst);
1844
1842
movePath (actualPath, dst);
1845
1843
You can’t perform that action at this time.
0 commit comments