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 was archived by the owner on Nov 7, 2023. It is now read-only.
I think builtins and lib should always be in scope. They are basically the standard library for nix. It is quite inconvenient to always write builtins.something and it makes the code a lot less readable.
For with pkgs, I agree with you. That one should probably not be in global scope.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
nix-pypi-fetcher/default.nix
Lines 6 to 8 in 1a1c26c
Doesn't adhere: https://nix.dev/anti-patterns/language.html#with-attrset-expression
The text was updated successfully, but these errors were encountered: