opencode: nix remove --rebuild usage

This commit is contained in:
Simon Gardling 2025-12-05 10:34:54 -05:00
parent fa1b610684
commit f91b94872d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -25,7 +25,7 @@
ALWAYS test code before returning to the user with something you think works. Always verify your work. ALWAYS test code before returning to the user with something you think works. Always verify your work.
## Nix ## Nix
For using `nix build` for any test, always append `-L --rebuild`. Build results are cached and may not behave as expected. For using `nix build` append `-L` to get better visibility into the logs.
If you get an error that a file can't be found, always try to `git add` the file before trying other troubleshooting steps. If you get an error that a file can't be found, always try to `git add` the file before trying other troubleshooting steps.
''; '';
settings = { settings = {