Skip to content

Commit

Permalink
Use "compat" as the test package for emacsWithPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 12, 2024
1 parent d7146fc commit 5696620
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ let
emacs = ciEmacs;
})).withPackages (
epkgs: [
epkgs.seq
epkgs.dash
epkgs.compat
]
);
in
Expand All @@ -18,7 +17,7 @@ writeShellApplication {
text = ''
emacs --version
'' + lib.optionalString canDoPackages ''
emacs -batch -q -l seq -l dash
emacs -batch -q -l compat
echo "Successfully loaded."
'' + lib.optionalString (lib.versionAtLeast ciEmacs.version "29") ''
emacs -batch -q --eval \
Expand Down

0 comments on commit 5696620

Please sign in to comment.