Commit c50ebeb
committed
fix(runner): error on host /nix symlinks in NixOS container
NixOS containers have their own /nix store, so .bin/ symlinks
pointing to host /nix paths will not exist inside the container.
Detect this case and report it as an error instead of silently
skipping.
Also update the generic error footer to not imply that all /nix
symlinks are valid inside any container.1 parent c962da2 commit c50ebeb
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
141 | | - | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
0 commit comments