summaryrefslogtreecommitdiff
path: root/packages/misc/cv/package.nix
blob: fe513285d69b110d193d66c4dc488d0fa8b72ecb (plain)
1
2
3
{ runCommandNoCC, typst, ... }:

runCommandNoCC "cv" { } "${typst}/bin/typst compile --format pdf ${./cv.typ} $out"