Apply nixfmt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ emacs, runCommand, ... }:
|
||||
runCommand "default.el" {} ''
|
||||
{ emacs, runCommand, ... }:
|
||||
runCommand "default.el" { } ''
|
||||
cp ${./config.org} $TMPDIR/config.org
|
||||
cd $TMPDIR
|
||||
${emacs}/bin/emacs --batch -Q \
|
||||
@@ -7,4 +7,4 @@ runCommand "default.el" {} ''
|
||||
-f org-babel-tangle
|
||||
|
||||
mv config.el $out
|
||||
''
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user