mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Renamed packageFile arg to packageElisp for clarity
This commit is contained in:
parent
257557be07
commit
fa7e127f03
3 changed files with 7 additions and 7 deletions
|
|
@ -64,7 +64,7 @@ can be handy for CI purposes:
|
|||
...
|
||||
let
|
||||
emacsForCI = pkgs.emacsWithPackagesFromPackageRequires {
|
||||
packageFile = builtins.readFile ./flycheck.el;
|
||||
packageElisp = builtins.readFile ./flycheck.el;
|
||||
extraEmacsPackages = epkgs: [
|
||||
epkgs.package-lint
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue