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
With #890 and the switch to relude, lookupEnv becomes ill defined.
relude exports lookupEnv but only starting from 1.0.0. As we have no version bounds on relude in hnix.cabal, the build is broken on some configurations.
With #890 and the switch to relude,
lookupEnvbecomes ill defined.relude exports
lookupEnvbut only starting from 1.0.0. As we have no version bounds on relude in hnix.cabal, the build is broken on some configurations.