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. 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: {

View File

@ -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
''; '';
}; };