From bc7a962ade3d5e0e78618d9bbbf0e43dfe1c68c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 23 Jul 2020 10:42:17 +0100 Subject: [PATCH] doom-snippets: actually install snippets fixes #23 --- overrides.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides.nix b/overrides.nix index acba69f..d534251 100644 --- a/overrides.nix +++ b/overrides.nix @@ -14,6 +14,9 @@ self: super: { doom-snippets = self.straightBuild { pname = "doom-snippets"; + postInstall = '' + cp -r *-mode $out/share/emacs/site-lisp + ''; }; evil-markdown = self.straightBuild {