Renamed packageFile arg to packageElisp for clarity

This commit is contained in:
Steve Purcell 2020-06-21 15:36:01 +12:00
parent 257557be07
commit fa7e127f03
3 changed files with 7 additions and 7 deletions

View file

@ -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
];