about summary refs log tree commit diff
path: root/users/fcuny/resume/flake.nix
diff options
context:
space:
mode:
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 = ''