diff options
Diffstat (limited to 'packages/cv/default.nix')
| -rw-r--r-- | packages/cv/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/cv/default.nix b/packages/cv/default.nix index 9de6903..01485a6 100644 --- a/packages/cv/default.nix +++ b/packages/cv/default.nix @@ -1,5 +1,4 @@ { pkgs, ... }: -pkgs.runCommand "cv" { } '' - ${pkgs.typst}/bin/typst compile --format pdf ${./cv.typ} $out -'' +pkgs.runCommand "cv" { } + "${pkgs.typst}/bin/typst compile --format pdf ${./cv.typ} $out" |
