1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

emacs: fix emacs-extra-config test

Fixes #4453
This commit is contained in:
VwCSXg 2023-09-13 16:10:36 +02:00 committed by Mikilio
parent 1ef2efbac0
commit 0014d234b3
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -16,6 +16,7 @@ let
mkTestPackage = epkgs:
epkgs.trivialBuild {
pname = "hm-test";
version = "0.1.0";
src = pkgs.writeText "hm-test.el" ''
(defun hm-test-fn () 'success)
(provide 'hm-test)