Fix formatting

This commit is contained in:
Thiago Kenji Okada
2022-09-08 20:36:11 +01:00
parent a62512125d
commit 827fe858bc
2 changed files with 3 additions and 3 deletions

View File

@ -65,8 +65,8 @@ in
package customization.
'';
type = with types; overlayType;
default = self: super: { };
defaultText = "self: super { }";
default = self: super: { };
defaultText = "self: super { }";
example = literalExample ''
self: super: {
magit-delta = super.magit-delta.overrideAttrs (esuper: {

View File

@ -11,7 +11,7 @@ self: super: {
doom-snippets = self.straightBuild {
pname = "doom-snippets";
postInstall = ''
cp -r *-mode $out/share/emacs/site-lisp
cp -r *-mode $out/share/emacs/site-lisp
'';
};