mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
parent
c4c2594427
commit
d12c8fc85b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ let
|
||||||
mkTestPackage = epkgs:
|
mkTestPackage = epkgs:
|
||||||
epkgs.trivialBuild {
|
epkgs.trivialBuild {
|
||||||
pname = "hm-test";
|
pname = "hm-test";
|
||||||
|
version = "0.1.0";
|
||||||
src = pkgs.writeText "hm-test.el" ''
|
src = pkgs.writeText "hm-test.el" ''
|
||||||
(defun hm-test-fn () 'success)
|
(defun hm-test-fn () 'success)
|
||||||
(provide 'hm-test)
|
(provide 'hm-test)
|
||||||
|
|
Loading…
Reference in a new issue