nixpkgs/pkgs/applications/editors/emacs
Anderson Torres 451dfa6d84 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
  - eea78e554e
2023-03-05 13:17:08 -03:00
..
elisp-packages elisp-packages/manual-packages.nix: get rid of with 2023-03-05 13:17:08 -03:00
28.nix
generic.nix emacs: use mkDerivation with finalAttrs 2023-02-04 04:20:00 +00:00
macport.nix
native-comp-driver-options-28.patch emacs: change substituteInPlace invocation to an aligning patch 2022-11-30 11:37:12 -08:00
native-comp-driver-options.patch emacs: change substituteInPlace invocation to an aligning patch 2022-11-30 11:37:12 -08:00
site-start.el