mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
parent
1ef2efbac0
commit
0014d234b3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue