(*testing.T)
| 229 | } |
| 230 | |
| 231 | func currentSystem(*testing.T) string { |
| 232 | sys := nix.System() // NOTE: we could mock this too, if it helps. |
| 233 | return sys |
| 234 | } |
| 235 | |
| 236 | func TestFlakeUpdateRewritesLockEntry(t *testing.T) { |
| 237 | devbox := devboxForTesting(t) |
no test coverage detected