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
an inner build to let the shell project build its ~final source normally (in case for example its Makefile does any dynamic templating/generation/etc.)
an outer build that just operates on and resholves the output of the first
This means that it's possible for something like the patchPhase to inadvertently introduce references to the unresholved output.
I'm not sure I want resholve itself to cope with these (since they're Nix-specific), but:
it might make sense for the Nix builder(s) to grep for them
it might make sense to be able to give resholve a list of forbidden strings, which the Nix API could do
Leaning towards grep?
The text was updated successfully, but these errors were encountered:
resholve's Nix API uses two separate builds:
This means that it's possible for something like the patchPhase to inadvertently introduce references to the unresholved output.
I'm not sure I want resholve itself to cope with these (since they're Nix-specific), but:
Leaning towards grep?
The text was updated successfully, but these errors were encountered: