about summary refs log tree commit diff
path: root/users/fcuny/resume/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-23 19:55:12 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-23 19:55:12 -0700
commit8e2a6e447d274f44a4a1d17c442519e0da68b41d (patch)
tree0ab92b5228cb4da9fedbd72a91ea42bf8848f08c /users/fcuny/resume/flake.nix
parentfeat(resume): set the version using the date (diff)
downloadworld-8e2a6e447d274f44a4a1d17c442519e0da68b41d.tar.gz
feat(resume): rename readme.org to resume.org
I can now have a readme.org with instructions on how to generate the
resume (because I'll obviously forget again).
Diffstat (limited to 'users/fcuny/resume/flake.nix')
-rw-r--r--users/fcuny/resume/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/resume/flake.nix b/users/fcuny/resume/flake.nix
index 243fdde..35a7d7d 100644
--- a/users/fcuny/resume/flake.nix
+++ b/users/fcuny/resume/flake.nix
@@ -15,7 +15,7 @@
           src = ./.;
           buildInputs = with pkgs; [ pandoc ];
           buildPhase = ''
-            pandoc --self-contained --css styles/resume.css --from org --to html --output resume.html readme.org
+            pandoc --self-contained --css styles/resume.css --from org --to html --output resume.html resume.org
           '';
 
           installPhase = ''