diff options
author | EuAndreh <eu@euandre.org> | 2020-01-24 13:25:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-24 13:25:59 -0300 |
commit | 45e38001c932cf6d1eb514830617a159331b2a4c (patch) | |
tree | d167962de292e4e12ce1bb52f06e79d8de5af2ae /site/pastebin/nix-exps.org | |
parent | Add pastebins.html listing page (diff) | |
download | euandre.org-45e38001c932cf6d1eb514830617a159331b2a4c.tar.gz euandre.org-45e38001c932cf6d1eb514830617a159331b2a4c.tar.xz |
Migrate existing templates to build with hakyll instead of pandoc directly
Diffstat (limited to '')
-rw-r--r-- | site/pastebin/nix-exps.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/pastebin/nix-exps.org b/site/pastebin/nix-exps.org index 858a5a3..997d6ab 100644 --- a/site/pastebin/nix-exps.org +++ b/site/pastebin/nix-exps.org @@ -1,5 +1,7 @@ -#+TITLE: Nix Stuff -2018-07-25 Wed 20:50 +--- +title: Nix Stuff +date: 2018-07-25 +--- #+BEGIN_SRC nix -n let pkgsOriginal = import <nixpkgs> {}; |