You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoids #440 for `--rebuild` but does not totally settle #440, which will
require more careful work.
Also,
- remove `--refresh` because that can be passed as `-- --refresh`.
- Remove the `-j auto` default.
Consider (after #439),
Here, we pass
--rebuild
, but that doesn't make sense in all Nix commands, such asnix eval
. But omnix unconditionally passes them to all anyway.The text was updated successfully, but these errors were encountered: