alexandria/2024/nix/lib/callTypstProject.nix

16 lines
176 B
Nix

{
pkgs,
typixLib,
typstPackagesCache,
cleanTypstSource,
...
}:
package:
package {
inherit
pkgs
typixLib
typstPackagesCache
cleanTypstSource
;
}