mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
451dfa6d84
As related in https://nix.dev/anti-patterns/language#with-attrset-expression:
- Static analysis can’t reason about the code, because it would have to actually
evaluate this file to see what variables are in scope;
- As soon as there are two with used, it’s not clear anymore from which the
variables are coming from;
- Scoping rules around with are not intuitive. Examples:
- https://github.com/NixOS/nix/issues/490
-
|
||
---|---|---|
.. | ||
elisp-packages | ||
28.nix | ||
generic.nix | ||
macport.nix | ||
native-comp-driver-options-28.patch | ||
native-comp-driver-options.patch | ||
site-start.el |