mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-03 12:27:27 -05:00
Fix formatting
This commit is contained in:
@ -65,8 +65,8 @@ in
|
|||||||
package customization.
|
package customization.
|
||||||
'';
|
'';
|
||||||
type = with types; overlayType;
|
type = with types; overlayType;
|
||||||
default = self: super: { };
|
default = self: super: { };
|
||||||
defaultText = "self: super { }";
|
defaultText = "self: super { }";
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
self: super: {
|
self: super: {
|
||||||
magit-delta = super.magit-delta.overrideAttrs (esuper: {
|
magit-delta = super.magit-delta.overrideAttrs (esuper: {
|
||||||
|
@ -11,7 +11,7 @@ self: super: {
|
|||||||
doom-snippets = self.straightBuild {
|
doom-snippets = self.straightBuild {
|
||||||
pname = "doom-snippets";
|
pname = "doom-snippets";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp -r *-mode $out/share/emacs/site-lisp
|
cp -r *-mode $out/share/emacs/site-lisp
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user