-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I encountered an issue when running nh os boot
. The first run resulted in the following error:
> Building NixOS configuration
Finished at 15:24:19 after 0s
Error:
0: Target profile path does not exist: /tmp/nh-osGY12HT/result
Location:
src/nixos.rs:196
Immediately after, I ran the same command again and everything worked as expected. I was unable to reproduce the error afterward.
This could potentially be a race condition or a timing issue, but I'm not certain.
I realize this isn’t very actionable without a reproducer. Please feel free to close if it’s not worth investigating further, but I thought it might be useful to report just in case it points to something deeper.