mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-09 12:57:26 -05:00
Fix indentation in example
This commit is contained in:
committed by
GitHub
parent
d4c681483e
commit
29dff05b5b
@ -34,7 +34,7 @@ in
|
||||
'';
|
||||
apply = path: if lib.isStorePath path then path else builtins.path { inherit path; };
|
||||
example = literalExample ''
|
||||
doomPackageDir = pkgs.linkFarm "my-doom-packages" [
|
||||
doomPackageDir = pkgs.linkFarm "my-doom-packages" [
|
||||
# straight needs a (possibly empty) `config.el` file to build
|
||||
{ name = "config.el"; path = pkgs.emptyFile; }
|
||||
{ name = "init.el"; path = ./doom.d/init.el; }
|
||||
|
Reference in New Issue
Block a user