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
To better enable debugging, it should be possible to pass --show-trace to morph. --show-trace should then be passed through to both nix eval and nix build.
The text was updated successfully, but these errors were encountered:
- Put eval-machines path and show trace option in a new struct called
NixContext for the purpose of minimising the number of flags we need to
pass to nix.GetMachines() and nix.BuildMachines() respectively.
- Deprecated the --build-arg flag, because.. it was introduced pretty
much only to be able to pass --show-trace, and it only works on "nix
build" anyway (not eval) with a lot of existing limitations.
fixes#44
- Put eval-machines path and show trace option in a new struct called
NixContext for the purpose of minimising the number of flags we need to
pass to nix.GetMachines() and nix.BuildMachines() respectively.
- Deprecated the --build-arg flag, because.. it was introduced pretty
much only to be able to pass --show-trace, and it only works on "nix
build" anyway (not eval) with a lot of existing limitations.
fixes#44
To better enable debugging, it should be possible to pass
--show-trace
to morph.--show-trace
should then be passed through to bothnix eval
andnix build
.The text was updated successfully, but these errors were encountered: