alexandria/2024/nix/lib/callTypstProject.nix

17 lines
176 B
Nix
Raw Normal View History

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