Commit 52d720c
committed
libexpr: Make hash mismatches while copying lazy paths to the store a proper error
This can happen when the local source tree (dirty git repo) gets modified
when the nix process is evaluating stuff from it. Make this a proper error
and not an assert. I've hit this issue myself once now.1 parent a3f46f2 commit 52d720c
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments