Loading
elisp-packages/manual-packages.nix: get rid of `with`
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 - https://github.com/pikajude/nixpkgs/commit/eea78e554e03906524f87406bb3a17d5c5264029