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
NixOS/nixpkgs#366004 introduced a change that
warns and errors out when modules are defined and not acutally set for a
particular target.
This patch rectifies that by going back the the previous method of
ignoring those errors and not breaking the build. Commentary is left
inline to explain the situation and possible future solutions.
tested against orin agx target for ghaf.
there are similar solutions being deployed in nixpkgs to work around
this e.g.
NixOS/nixpkgs#375165
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
0 commit comments