diff options
| author | Kleidi Bujari <mail@4kb.net> | 2026-03-28 16:17:39 -0700 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2026-03-28 16:17:39 -0700 |
| commit | 708d9d6934bb1868099d3c1f193b0ecaeeb9501a (patch) | |
| tree | 2e66e5ac2fb4431bb4731b29eb89ee75105e74fa /packages/misc/cv/package.nix | |
| parent | 2ac81438fc2cf1b471eb99ebceb7119f4802b9ee (diff) | |
| download | depot-708d9d6934bb1868099d3c1f193b0ecaeeb9501a.tar.gz depot-708d9d6934bb1868099d3c1f193b0ecaeeb9501a.tar.bz2 depot-708d9d6934bb1868099d3c1f193b0ecaeeb9501a.zip | |
resume updates
Diffstat (limited to 'packages/misc/cv/package.nix')
| -rw-r--r-- | packages/misc/cv/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/misc/cv/package.nix b/packages/misc/cv/package.nix index fe51328..d3c2f43 100644 --- a/packages/misc/cv/package.nix +++ b/packages/misc/cv/package.nix @@ -1,3 +1,3 @@ -{ runCommandNoCC, typst, ... }: +{ runCommand, typst, ... }: -runCommandNoCC "cv" { } "${typst}/bin/typst compile --format pdf ${./cv.typ} $out" +runCommand "cv" { } "${typst}/bin/typst compile --format pdf ${./cv.typ} $out" |
