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
{{ message }}
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
If a NixOS option has a value that doesn't match the type of the option, you get a giant stack trace that is pretty hard to read and obscures the actual error message in a trace (e.g. "trace: x is a string ...").
Instead we should turn off strack traces, and the option evaluation code should throw an error message like
error: option ‘services.bla.config’ must have type string but has a value of type integer in module ‘/foo/bar/configuration.nix’
The text was updated successfully, but these errors were encountered:
If a NixOS option has a value that doesn't match the type of the option, you get a giant stack trace that is pretty hard to read and obscures the actual error message in a trace (e.g. "trace: x is a string ...").
Instead we should turn off strack traces, and the option evaluation code should throw an error message like
The text was updated successfully, but these errors were encountered: