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
Nix init functions (nix_libstore_init() and nix_libexpr_init()) can be called multiple times and are idempotent. This means we don't need to guarantee ourselves that they're only called once through the use of lazy_static!